From 0290bfda82eae10db29d28b8eb7164b8bb0b00a7 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 1 Feb 2024 01:14:24 +0200 Subject: [PATCH] add tabs --- files/assets/css/main.css | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index e2911a7ed..f840e724c 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -2329,7 +2329,7 @@ a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus position: sticky; top: 0; z-index: 1020; -} + } } .w-100 { width: 100% !important; @@ -4705,32 +4705,33 @@ ul.comment-section { @media (min-width: 768px) { .border-md { border: 1px solid var(--gray-400) !important; -} + } .border-md-0 { border: none !important; -} + } .rounded-md { border-radius: 0.35rem; -} + } } @media (min-width: 992px) { .rounded-lg { border-radius: 0.35rem; + } } -} + @media (min-width: 992px) { .w-lg-25 { width: 25% !important; -} + } .w-lg-75 { width: 75% !important; -} + } .w-lg-95 { width: 95% !important; } .w-lg-100 { width: 100% !important; -} + } } .post .body { padding: 1rem;