From 5be3e224676fc557952fba0a0ba3b1a014b126d3 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 5 Dec 2023 19:15:08 +0800 Subject: [PATCH] Reduce the widening It gets kinda distracting when it's widen too far to left --- src/components/status.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/status.css b/src/components/status.css index f2b1d66..402a2f3 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -718,7 +718,7 @@ 50px = avatar size 12px = gap */ - margin-left: calc(-1 * (50px + 12px)); + margin-left: calc(-1 * ((50px / 2))); } .status.large :is(.media-container, .media-container.media-gt2) { height: auto;