diff --git a/custom/assets/instance.css b/custom/assets/instance.css index 1a2c1a0d3..ccc385905 100644 --- a/custom/assets/instance.css +++ b/custom/assets/instance.css @@ -11,12 +11,12 @@ /* hide default emoji list on main page */ /* (you cant even set this woithout changing code, why is it there?) */ div.emojis:nth-child(6) { - visibility: hidden; + display: none; } /* hide the public note view on main page */ .civpbkhh { - visibility: hidden; + display: none; } /* Make foreground of mobile pencil icon dark */ @@ -41,7 +41,7 @@ html body div#iceshrimp_app div.mk-app div.main div.contents main div div.rsqzvs /* hide icon */ html body div#iceshrimp_app div.mk-app div.main div.contents main div div.rsqzvsbo div.top div.main img.icon { - visibility: hidden; + display: none; }