From ffb2e19ca15a03ca1208b559851531f3129cdc8e Mon Sep 17 00:00:00 2001 From: herbert Date: Tue, 28 Sep 2021 17:16:30 +0200 Subject: [PATCH] bbcode bar width fix --- static/styles/beluga/style.css | 6 ++++++ static/styles/orion/style.css | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/static/styles/beluga/style.css b/static/styles/beluga/style.css index 25fafcb..67085a4 100644 --- a/static/styles/beluga/style.css +++ b/static/styles/beluga/style.css @@ -1540,11 +1540,17 @@ div.contenth #quickpost { background: #373a42; border: 1px solid #5b5e64; border-bottom: none; + width:100% !important; } + .bbcode_bar > li > a { min-width: 15px; } +#forums .bbcode_bar{ + width:95% !important; +} + #friends table[width="100%"] td { text-align: center } diff --git a/static/styles/orion/style.css b/static/styles/orion/style.css index 23c5481..a6fea92 100644 --- a/static/styles/orion/style.css +++ b/static/styles/orion/style.css @@ -1881,12 +1881,17 @@ div.contenth #quickpost { background: var(--color-textarea); border: 1px solid #5b5e64; border-bottom: none; + width:100% !important; } .bbcode_bar>li>a { min-width: 15px; } +#forums .bbcode_bar{ + width:95% !important; +} + #friends table[width="100%"] td { text-align: center }