mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-08 11:11: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 **/
|
||||
|
||||
/* 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?) */
|
||||
|
|
Loading…
Reference in a new issue