From 3a8d6f89efe4a713bebdd7144dd5982818ef9b9d Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Sat, 1 Mar 2025 22:15:16 +0000 Subject: [PATCH] Fixed Mention/Post-to-Group Button [Issue #16] --- bookface_auto.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/bookface_auto.css b/bookface_auto.css index 636fda9..fe49f30 100644 --- a/bookface_auto.css +++ b/bookface_auto.css @@ -1750,8 +1750,11 @@ a.tag.label, content: ''; margin: 0; } + #mention-link { + padding: 0 8px !important; + } #mention-link span:last-of-type { - margin-right: 42px; + display: none; } .offcanvas-right-overlay, aside::before { @@ -2170,7 +2173,6 @@ a.tag.label, #mention-link span:first-of-type { float: none; position: relative; - left: -5px; top: 2px; } #search-save .fa-plus::after, @@ -4388,8 +4390,11 @@ a.tag.label, content: ''; margin: 0; } + #mention-link { + padding: 0 8px !important; + } #mention-link span:last-of-type { - margin-right: 42px; + display: none; } aside { background-color: var(--background-color); @@ -4811,7 +4816,6 @@ a.tag.label, #mention-link span:first-of-type { float: none; position: relative; - left: -5px; top: 2px; } #search-save .fa-plus::after,