From 6403f9cdbb88200d30500831dab2fd86f554b22e Mon Sep 17 00:00:00 2001 From: limepotato Date: Mon, 5 Aug 2024 13:38:05 -0600 Subject: [PATCH] update mentions css --- custom/assets/instance.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/assets/instance.css b/custom/assets/instance.css index d5dce7199..c6d4de4ad 100644 --- a/custom/assets/instance.css +++ b/custom/assets/instance.css @@ -156,7 +156,7 @@ header.sidebar { border-left: none; } -.mfm-object > .mention > .main > .host { display: none; } /* hide instance in all mentions */ +a.mention > .main > .host { display: none; } /* hide instance in all mentions */ section.modal._popup > div.form > textarea { resize: vertical !important; } /* resize fix */