From 66e92b803f43f2c045fd31d1a2aacb30eea9f08e Mon Sep 17 00:00:00 2001 From: ygg2 <43683750+ygg2@users.noreply.github.com> Date: Wed, 4 Mar 2026 23:50:17 -0500 Subject: [PATCH] mobile sticker width + timestamp baseline --- src/webpage/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/webpage/style.css b/src/webpage/style.css index cb9ec48..89ecff6 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -2687,6 +2687,7 @@ input[type="search"]:read-only { .timestamp { flex: none; margin-left: 6px; + margin-bottom: 1px; font-size: 0.75em; color: var(--primary-text-soft); } @@ -4337,6 +4338,10 @@ fieldset input[type="radio"] { .reactiondiv { padding-left: 44px; } + .sticker { + height: auto; + max-width: 100%; + } #realbox, #logindiv, #pasteimg {