From bf907abc17188127dc1e56cc88ab013ecdd689db Mon Sep 17 00:00:00 2001 From: Lim Chee Aun <cheeaun@gmail.com> Date: Tue, 20 Dec 2022 09:37:29 +0800 Subject: [PATCH] Disable this small font sizing --- 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 226b1701..e87a8cd7 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -81,7 +81,7 @@ padding-top: 8px; } .status.small { - font-size: 95%; + /* font-size: 95%; */ } .status.skeleton { color: var(--outline-color);