mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
fix width
This commit is contained in:
parent
56ef71c2a9
commit
f9b4a08915
1 changed files with 3 additions and 3 deletions
|
@ -9,12 +9,12 @@
|
|||
/** 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: 56%;
|
||||
margin-left: 22%;
|
||||
width: 100%;
|
||||
max-width: 520px;
|
||||
}
|
||||
|
||||
|
||||
/* 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