Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Sugoimusic
/
Frontend
Segui
2
Vota
0
Forka
1
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Miscellaneous changes to bring public repo in line with private
This consists mostly of commits I somehow skipped over and didn't patch into the public repo
undefined
spaghetti
7 anni fa
committed by
Tomochin
parent
1b77b1020d
commit
b36dceb317
1 ha cambiato i file
con
9 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+9
-1
static/styles/global.css
+ 9
- 1
static/styles/global.css
Vedi File
@@ -11,6 +11,10 @@
font-size: 110%;
}
.thin {
box-sizing: border-box;
}
.flex_input_container {
display: flex;
}
@@ -55,7 +59,11 @@ h2 .group_cat {
background-size: 16px 16px;
}
pre br {
code {
white-space: pre;
}
pre > br, code > br {
line-height: 0px;
display: none;
}
Scrivi
Anteprima
Caricamento…
Annulla
Salva