Explorar el Código

bbcode bar width fix

pull/1/head
herbert hace 3 años
padre
commit
ffb2e19ca1
Se han modificado 2 ficheros con 11 adiciones y 0 borrados
  1. +6
    -0
      static/styles/beluga/style.css
  2. +5
    -0
      static/styles/orion/style.css

+ 6
- 0
static/styles/beluga/style.css Ver fichero

@@ -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 Ver fichero

@@ -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
}


Cargando…
Cancelar
Guardar