From ed254b47c6ee8290b7f99ac77ea9c8d3dcfb93cf Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Thu, 28 Jul 2022 01:08:25 +0100 Subject: [PATCH] . --- base.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/base.css b/base.css index 1584bd6..d479390 100644 --- a/base.css +++ b/base.css @@ -57,9 +57,10 @@ main{ max-height: 0; } .so-pane > *{ + vertical-align: middle; font-size: 16px; text-align: left; - padding: 0 1px; + padding: 0 2px; } .so-pane > label{ background-color: transparent; @@ -117,11 +118,10 @@ main{ position: fixed; top: 85px; max-height: 24px; - width: 360px; + width: 400px; height: 24px; padding: 4px; text-align: center; - vertical-align: middle; border-style: solid; border-width: 2px; }