Преглед изворни кода

bbcode bar width fix

pull/1/head
herbert пре 3 година
родитељ
комит
ffb2e19ca1
2 измењених фајлова са 11 додато и 0 уклоњено
  1. +6
    -0
      static/styles/beluga/style.css
  2. +5
    -0
      static/styles/orion/style.css

+ 6
- 0
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
}


+ 5
- 0
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
}


Loading…
Откажи
Сачувај