mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-08 19:21:33 -07:00
This commit is contained in:
parent
3448445189
commit
4bc55eb6c9
1 changed files with 9 additions and 1 deletions
|
@ -8,12 +8,20 @@
|
||||||
|
|
||||||
/** jormungandr css **/
|
/** jormungandr css **/
|
||||||
|
|
||||||
|
/* remove the activity graph on mobile */
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
div.ukygtjoj:nth-child(3) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* enlarge the emoji picker */
|
/* enlarge the emoji picker */
|
||||||
/* enlarge 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 {
|
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%;
|
width: 100%;
|
||||||
max-width: 536px;
|
max-width: 536px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* hide default emoji list on main page */
|
/* hide default emoji list on main page */
|
||||||
/* (you cant even set this woithout changing code, why is it there?) */
|
/* (you cant even set this woithout changing code, why is it there?) */
|
||||||
|
|
Loading…
Reference in a new issue