From aa12010b80e4a88f0211b54e9c22effc0c4be040 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 7 Sep 2023 12:00:50 +0800 Subject: [PATCH] Try this out, box sizing will be slightly off to the naked eye --- src/components/status.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/status.css b/src/components/status.css index 82f5054e..58faedb7 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -626,6 +626,7 @@ max-height: 60vh; } .status .media-container .media { + box-sizing: content-box; --media-border-width: 1px; --media-radius: 16px; --media-radius-inner: 4px;