From cf4f697362afb861007c6c20bbec5a54c1d7286c Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Fri, 29 Jul 2022 21:28:18 +0100 Subject: [PATCH] . --- base.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/base.css b/base.css index 069adb4..3c57ec1 100644 --- a/base.css +++ b/base.css @@ -156,8 +156,9 @@ main{ position: fixed; text-align: center; top: 85px; + left: 136px; max-height: 100%; - width: auto; + width: 280px; height: auto; -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; @@ -165,6 +166,7 @@ main{ -moz-border-radius-bottomright: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; + padding: 4px; border-style: solid; border-width: 2px; overflow: hidden; @@ -172,8 +174,6 @@ main{ .sort-menu:checked ~ .so-pane > form, .so-pane-open > form{ display: table; box-sizing: inherit; - padding: 4px; - overflow: hidden; } .main-box > div, footer > p{ max-width: 100%;