From ea871757f210bbb1a35e0abb5afb76db3c6046f8 Mon Sep 17 00:00:00 2001 From: Zoltan Hosszu Date: Tue, 17 Mar 2026 10:39:48 +0100 Subject: [PATCH] Mention delete button fix --- app/assets/stylesheets/lexxy.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/assets/stylesheets/lexxy.css b/app/assets/stylesheets/lexxy.css index aaf634710..1ae710da9 100644 --- a/app/assets/stylesheets/lexxy.css +++ b/app/assets/stylesheets/lexxy.css @@ -202,4 +202,15 @@ } } } + + action-text-attachment[content-type^='application/vnd.actiontext'] { + lexxy-node-delete-button { + inset-inline-start: -0.25ch; + + .lexxy-floating-controls__group { + background-color: oklch(var(--lch-blue-dark)); + border-radius: 50%; + } + } + } }