From 034b52f6d8d7e6e95f3d51d6a326a1960c20dad5 Mon Sep 17 00:00:00 2001 From: limepotato Date: Thu, 11 Jul 2024 02:15:53 -0600 Subject: [PATCH] hide instance in all mentions - zvava --- custom/assets/instance.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/custom/assets/instance.css b/custom/assets/instance.css index 5dcce60ce..9014928b4 100644 --- a/custom/assets/instance.css +++ b/custom/assets/instance.css @@ -101,3 +101,7 @@ header.sidebar { border-inline: .5px solid var(--divider); border-left: none; } + +/* hide instance in all mentions */ + +.list .notes .article .mention .host { display: none; }