hide activity graph on mobile
Some checks failed
/ test-build (push) Has been cancelled

This commit is contained in:
nelle 2024-09-23 20:18:28 -06:00
parent 3448445189
commit 4bc55eb6c9

View file

@ -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?) */