Compare commits

...

5 commits

Author SHA1 Message Date
9dea4e1054 tweak emoji picker size
Some checks failed
/ test-build (push) Has been cancelled
2024-09-15 06:22:52 -06:00
9ba27a5ccf merg 2024-09-15 05:33:20 -06:00
f9b4a08915 fix width 2024-09-15 05:31:32 -06:00
56ef71c2a9 enlarge the emoji picker 2024-09-15 05:31:08 -06:00
2cd12ce588 enlarge the emoji picker 2024-09-15 05:24:19 -06:00

View file

@ -8,6 +8,13 @@
/** jormungandr css **/ /** 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 */ /* 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?) */
div.emojis:nth-child(6) { div.emojis:nth-child(6) {