From f9b4a089156ff8f19bd6a47bafd46d3f0a92c2d2 Mon Sep 17 00:00:00 2001 From: limepotato Date: Sun, 15 Sep 2024 05:31:32 -0600 Subject: [PATCH] fix width --- custom/assets/instance.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom/assets/instance.css b/custom/assets/instance.css index 5f10f96a9..10c66911c 100644 --- a/custom/assets/instance.css +++ b/custom/assets/instance.css @@ -9,11 +9,11 @@ /** 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?) */