From 56b08b1d7478ade3074ace23c5ee7f57214c18f0 Mon Sep 17 00:00:00 2001 From: limepotato Date: Fri, 12 Jul 2024 16:39:14 -0600 Subject: [PATCH] update hide instance in all mentions css --- custom/assets/instance.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/custom/assets/instance.css b/custom/assets/instance.css index 51de0cc86..e465f375f 100644 --- a/custom/assets/instance.css +++ b/custom/assets/instance.css @@ -297,8 +297,6 @@ header.sidebar { border-left: none; } -/* hide instance in all mentions */ - -.list .notes .article .mention .host { display: none; } +.mfm-object > .mention > .main > .host { display: none; } /* hide instance in all mentions */ section.modal._popup > div.form > textarea { resize: vertical !important; } /* resize fix */