mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
enlarge the emoji picker
This commit is contained in:
parent
749801d561
commit
2cd12ce588
1 changed files with 7 additions and 0 deletions
|
@ -8,6 +8,13 @@
|
|||
|
||||
/** jormungandr css **/
|
||||
|
||||
/* enlarge the 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: 56%;
|
||||
margin-left: 22%;
|
||||
}
|
||||
|
||||
|
||||
/* hide default emoji list on main page */
|
||||
/* (you cant even set this woithout changing code, why is it there?) */
|
||||
div.emojis:nth-child(6) {
|
||||
|
|
Loading…
Reference in a new issue