From 53707327b1144c15dba39a43fa175e0778b2a676 Mon Sep 17 00:00:00 2001 From: herbert Date: Sun, 26 Sep 2021 18:31:58 +0200 Subject: [PATCH] Beluga & Orion: Width fixes * width fix for pre on userhistory * pre width fix on torrent details * bbcode bar width fix --- static/styles/beluga/style.css | 14 +++++++++++++- static/styles/orion/style.css | 13 ++++++++++++- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/static/styles/beluga/style.css b/static/styles/beluga/style.css index 7bee75e..67085a4 100644 --- a/static/styles/beluga/style.css +++ b/static/styles/beluga/style.css @@ -1432,10 +1432,16 @@ pre { max-width: 95%; } -#forums pre { +#forums pre, +#userhistory pre { max-width: 878px; } +#torrent_details pre { + max-width: 720px; + width: 100%; +} + #donation { position: absolute; display: inline; @@ -1534,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 14f1d6f..a6fea92 100644 --- a/static/styles/orion/style.css +++ b/static/styles/orion/style.css @@ -1762,10 +1762,16 @@ pre { max-width: 95%; } -#forums pre { +#forums pre, +#userhistory pre { max-width: 878px; } +#torrent_details pre { + max-width: 720px; + width: 100%; +} + #donation { position: absolute; display: inline; @@ -1875,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 }