diff --git a/custom/assets/instance.css b/custom/assets/instance.css index 841bb9fbf..0506404d1 100644 --- a/custom/assets/instance.css +++ b/custom/assets/instance.css @@ -8,12 +8,20 @@ /** jormungandr css **/ +/* remove the activity graph on mobile */ +@media (max-width: 768px) { + div.ukygtjoj:nth-child(3) { + display: none; + } +} + + /* enlarge the emoji picker */ /* enlarge emoji picker */ html body div#iceshrimp_app div.mk-deck div._root_1ixi5_90._popup_1ixi5_119 div._content_1ixi5_5._fixed_1ixi5_122 div.omfetrab.s1.w3.h2.ryghynhb._popup._shadow { width: 100%; max-width: 536px; - } +} /* hide default emoji list on main page */ /* (you cant even set this woithout changing code, why is it there?) */