From b8f3d12399afb05d0f8200e1004d3d914ecdb243 Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Thu, 28 Jul 2022 00:38:19 +0100 Subject: [PATCH] . --- base.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/base.css b/base.css index 38b71d2..9b160e9 100644 --- a/base.css +++ b/base.css @@ -59,7 +59,7 @@ main{ .so-pane > *{ font-size: 24px; text-align: center; - width: 90px; + width: 180px; padding: 0 1px; } .nav-menu, .sort-menu, .data-hold{ @@ -114,9 +114,9 @@ main{ box-sizing: content-box; position: fixed; top: 85px; - max-height: 48px; + max-height: 96px; width: 360px; - height: 32px; + height: 96px; padding: 4px; text-align: center; vertical-align: middle;