From f1d37fdc08c32ed854e52a607495d336a35bd8cc Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Fri, 29 Jul 2022 21:35:51 +0100 Subject: [PATCH] . --- base.css | 10 ++++++---- dark.css | 2 +- light.css | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/base.css b/base.css index 3c57ec1..1a6f40d 100644 --- a/base.css +++ b/base.css @@ -80,7 +80,7 @@ main{ max-width: 50%; width: 50%; } -.so-pane > form > div > span, .so-pane > form > div > span > *{ +.so-pane > form > div > span{ display: block; max-width: 100%; width: 100%; @@ -89,16 +89,18 @@ main{ display: table-caption !important; caption-side: bottom; } -.so-pane > form > div > div > *{ +.so-pane > form > div > * > *{ max-width: 100%; width: 100%; vertical-align: middle; font-size: 16px; - text-align: left; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } +.so-pane > form > div > div > *{ + text-align: left; +} .so-pane > form > div > div > label{ background-color: transparent; text-align: center; @@ -158,7 +160,7 @@ main{ top: 85px; left: 136px; max-height: 100%; - width: 280px; + width: 210px; height: auto; -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; diff --git a/dark.css b/dark.css index d20d7e8..7ea67ae 100644 --- a/dark.css +++ b/dark.css @@ -13,7 +13,7 @@ a{ .header, .nav, footer, .so-pane{ background-color: #1d1d1e; } -.home-button > div, .sort-button > div, .menu a, .so-pane > form > div > div > *{ +.home-button > div, .sort-button > div, .menu a, .so-pane > form > div > * > *{ color: #e0e0e0; } .home-button:hover, .menu a:hover, .hmb:hover, .sort-button:hover, .sort-menu:checked ~ .sort-button, .sort-button-active, .so-pane > form > div > span > input, .so-pane > form > div > div > select{ diff --git a/light.css b/light.css index 6c57381..9334c68 100644 --- a/light.css +++ b/light.css @@ -13,7 +13,7 @@ a{ .header, .nav, footer, .so-pane{ background-color: #e2e2e1; } -.home-button > div, .sort-button > div, .menu a, .so-pane > form > div > div > *{ +.home-button > div, .sort-button > div, .menu a, .so-pane > form > div > * > *{ color: #1f1f1f; } .home-button:hover, .menu a:hover, .hmb:hover, .sort-button:hover, .sort-menu:checked ~ .sort-button, .sort-button-active, .so-pane > form > div > span > input, .so-pane > form > div > div > select{