From fcc1132cdad0b30030b88942bbf857c96072963a Mon Sep 17 00:00:00 2001 From: limepotato Date: Thu, 8 Aug 2024 17:21:57 -0600 Subject: [PATCH] update floating navbar css --- custom/assets/instance.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom/assets/instance.css b/custom/assets/instance.css index c6d4de4ad..021ec4e9b 100644 --- a/custom/assets/instance.css +++ b/custom/assets/instance.css @@ -156,6 +156,8 @@ header.sidebar { border-left: none; } +._root_b6w6v_1 { padding: var(--thePadding) !important; } + a.mention > .main > .host { display: none; } /* hide instance in all mentions */ section.modal._popup > div.form > textarea { resize: vertical !important; } /* resize fix */