From 33b13387f99af9e6f5103daaaf70a0c6201e9a0d Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Fri, 29 Jul 2022 20:22:07 +0100 Subject: [PATCH] . --- base.css | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/base.css b/base.css index 400f476..c637bbd 100644 --- a/base.css +++ b/base.css @@ -78,6 +78,10 @@ main{ text-align: center; vertical-align: middle; } +.so-pane-full{ + max-width: 100%; + width: 100%; +} .so-pane > div > div > *{ max-width: 100%; width: 100%; @@ -86,11 +90,8 @@ main{ text-align: left; } .so-pane > div > div > label{ - max-width: 100%; - width: 100%; - vertical-align: middle; - font-size: 16px; - text-align: left; + background-color: transparent; + text-align: center; } .nav-menu, .sort-menu{ display: none; @@ -151,6 +152,12 @@ main{ text-align: center; border-style: solid; border-width: 2px; + -webkit-border-bottom-left-radius: 4px; + -webkit-border-bottom-right-radius: 4px; + -moz-border-radius-bottomleft: 4px; + -moz-border-radius-bottomright: 4px; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; } .main-box > div, footer > p{ max-width: 100%;