fixed emoji-picker on mobile
authorPhiTux <redacted>
Mon, 6 Oct 2025 17:23:55 +0000 (19:23 +0200)
committerPhiTux <redacted>
Mon, 6 Oct 2025 17:23:55 +0000 (19:23 +0200)
frontend/src/routes/(authed)/write/+page.svelte

index 5981a5f1996d70b845af96c780a530c47b8f2e8c..cab16f65741aa487da6990493cc303cc4b1b66e0 100644 (file)
 </div>
 
 <style>
+       @media screen and (max-width: 567px) {
+               :global(em-emoji-picker) {
+                       right: 0;
+               }
+       }
+
        :global(body[data-bs-theme='light']) .text-muted.fst-italic {
                color: rgba(99, 98, 98, 0.637) !important;
        }
git clone https://git.99rst.org/PROJECT