Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
herbert
/
Frontend
feito fork de
Sugoimusic/Frontend
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
bbcode bar width fix
undefined
herbert
3 anos atrás
pai
cba02ba800
commit
ffb2e19ca1
2 arquivos alterados
com
11 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+6
-0
static/styles/beluga/style.css
+5
-0
static/styles/orion/style.css
+ 6
- 0
static/styles/beluga/style.css
Ver arquivo
@@ -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 arquivo
@@ -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
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar