mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-23 02:17:40 -07:00
Compare commits
5 commits
749801d561
...
9dea4e1054
Author | SHA1 | Date | |
---|---|---|---|
9dea4e1054 | |||
9ba27a5ccf | |||
f9b4a08915 | |||
56ef71c2a9 | |||
2cd12ce588 |
1 changed files with 7 additions and 0 deletions
|
@ -8,6 +8,13 @@
|
|||
|
||||
/** jormungandr css **/
|
||||
|
||||
/* 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?) */
|
||||
div.emojis:nth-child(6) {
|
||||
|
|
Loading…
Reference in a new issue