From 68c015dc199c81d366a94743b686526074d88202 Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Fri, 29 Jul 2022 21:23:35 +0100 Subject: [PATCH] . --- base.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/base.css b/base.css index d4dca3f..069adb4 100644 --- a/base.css +++ b/base.css @@ -165,15 +165,14 @@ main{ -moz-border-radius-bottomright: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; + border-style: solid; + border-width: 2px; + overflow: hidden; } .sort-menu:checked ~ .so-pane > form, .so-pane-open > form{ display: table; box-sizing: inherit; padding: 4px; - border-style: solid; - border-width: 2px; - width: 100%; - height: 100%; overflow: hidden; } .main-box > div, footer > p{