Browse Source

bbcode bar width fix

undefined
herbert 3 years ago
parent
commit
ffb2e19ca1
2 changed files with 11 additions and 0 deletions
  1. +6
    -0
      static/styles/beluga/style.css
  2. +5
    -0
      static/styles/orion/style.css

+ 6
- 0
static/styles/beluga/style.css View File

@@ -1540,11 +1540,17 @@ div.contenth #quickpost {
background: #373a42; background: #373a42;
border: 1px solid #5b5e64; border: 1px solid #5b5e64;
border-bottom: none; border-bottom: none;
width:100% !important;
} }

.bbcode_bar > li > a { .bbcode_bar > li > a {
min-width: 15px; min-width: 15px;
} }


#forums .bbcode_bar{
width:95% !important;
}

#friends table[width="100%"] td { #friends table[width="100%"] td {
text-align: center text-align: center
} }


+ 5
- 0
static/styles/orion/style.css View File

@@ -1881,12 +1881,17 @@ div.contenth #quickpost {
background: var(--color-textarea); background: var(--color-textarea);
border: 1px solid #5b5e64; border: 1px solid #5b5e64;
border-bottom: none; border-bottom: none;
width:100% !important;
} }


.bbcode_bar>li>a { .bbcode_bar>li>a {
min-width: 15px; min-width: 15px;
} }


#forums .bbcode_bar{
width:95% !important;
}

#friends table[width="100%"] td { #friends table[width="100%"] td {
text-align: center text-align: center
} }


Loading…
Cancel
Save