From 3748d131ba8adf77d2ae4e7d83802e80b48ea55e Mon Sep 17 00:00:00 2001 From: limepotato Date: Sun, 14 Jul 2024 03:37:19 -0600 Subject: [PATCH] hide the public note view on main page --- custom/assets/instance.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/custom/assets/instance.css b/custom/assets/instance.css index 222d73736..95a10d6db 100644 --- a/custom/assets/instance.css +++ b/custom/assets/instance.css @@ -25,9 +25,13 @@ :is(article, .reply-to > .main) a.avatar:not([title*="@"]) + :is(span, div) a.name { color: #c0ffee; } */ /** jormungandr css **/ + +/* hide the public note view on main page */ +.civpbkhh { + visibility: hidden; +} + /* Make foreground of mobile pencil icon dark */ - - .postButton .ph-pencil { color: var(--bg); }