From 1b5006ec491ec54976ea992fff965d6cc0db402e Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Mon, 2 Dec 2024 17:18:01 +0100 Subject: [PATCH] add more spacing on mobile reply state string --- src/components/reply/reply.module.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/reply/reply.module.css b/src/components/reply/reply.module.css index 9fe9abd1..eb1ad19c 100644 --- a/src/components/reply/reply.module.css +++ b/src/components/reply/reply.module.css @@ -72,6 +72,12 @@ font-size: x-small; } +@media (max-width: 640px) { + .tagline { + line-height: 1.5; + } +} + .expand { margin-right: 3px; padding: 1px;