From d69922324805cbc733fcb3158f4dbc8f5aa16dec Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 2 Jul 2025 11:27:39 -0500 Subject: [PATCH] Tweak virtual cursor --- app/assets/stylesheets/rich-text-content.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/app/assets/stylesheets/rich-text-content.css b/app/assets/stylesheets/rich-text-content.css index 81be05ee2..a06575e98 100644 --- a/app/assets/stylesheets/rich-text-content.css +++ b/app/assets/stylesheets/rich-text-content.css @@ -370,12 +370,10 @@ } [data-lexical-cursor] { - height: 1lh; - border-left: 1px solid black; animation: blink 1s step-end infinite; - - p & { - display: inline-block; - } + block-size: 1lh; + border-inline-start: 1px solid currentColor; + line-height: inherit; + margin-block: 1em; } }