From 41dee355c6f0420efb064227d8a4592e2f69c0b4 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 16 Mar 2023 06:50:38 +0200 Subject: [PATCH] minor css fixes for body padding --- files/assets/css/main.css | 17 ++++++++++++++--- files/templates/userpage/banner.html | 2 +- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 61fc826c3..7a3397ee9 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -5749,7 +5749,7 @@ img[src="/i/hand.webp"]+img[glow]:not([data-src]) { font-weight: bold; white-space: nowrap; color: white; - font-size: min(3vw,16px); + font-size: 14px; } .srd *, .srd a:hover { color: white; @@ -7152,12 +7152,12 @@ input[type=number] { } .has_header { - padding-top: 85.75px !important + padding-top: 88.73px !important } @media (max-width: 767.98px) { .has_header { - padding-top: 74.55px !important + padding-top: 71.55px !important } } @@ -7227,3 +7227,14 @@ input[type=number] { button, .btn { text-decoration: none !important; } + +#userpage > .container { + padding-left: 0 !important; + padding-right: 0 !important; +} + +@media (min-width: 767.98px) { + .srd { + font-size: 18px; + } +} diff --git a/files/templates/userpage/banner.html b/files/templates/userpage/banner.html index 6e3418fe8..d93d46fb7 100644 --- a/files/templates/userpage/banner.html +++ b/files/templates/userpage/banner.html @@ -269,7 +269,7 @@