git.99rst.org
/
DailyTxT.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
87a26c1
)
fixed emoji-picker on mobile
author
PhiTux
<redacted>
Mon, 6 Oct 2025 17:23:55 +0000
(19:23 +0200)
committer
PhiTux
<redacted>
Mon, 6 Oct 2025 17:23:55 +0000
(19:23 +0200)
frontend/src/routes/(authed)/write/+page.svelte
patch
|
blob
|
history
diff --git
a/frontend/src/routes/(authed)/write/+page.svelte
b/frontend/src/routes/(authed)/write/+page.svelte
index 5981a5f1996d70b845af96c780a530c47b8f2e8c..cab16f65741aa487da6990493cc303cc4b1b66e0 100644
(file)
--- a/
frontend/src/routes/(authed)/write/+page.svelte
+++ b/
frontend/src/routes/(authed)/write/+page.svelte
@@
-2024,6
+2024,12
@@
</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