Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
chemicalcrux
/
macrovision
Segui
1
Vota
0
Forka
0
Codice
Problemi
5
Pull Requests
0
Rilasci
10
Wiki
Attività
Sfoglia il codice sorgente
Allow line wrapping in the selection boxes and make them larger
tags/v0.1.0
Fen Dweller
6 anni fa
parent
d02d9743b3
commit
ccc8046feb
1 ha cambiato i file
con
10 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-1
macrovision.css
+ 10
- 1
macrovision.css
Vedi File
@@ -299,6 +299,16 @@ body.toggle-bottom-name .bottom-name {
display: inline;
}
#menubar select {
max-width: 200pt;
height: 60pt;
max-height: 180pt;
overflow: hidden;
white-space: pre-wrap;
word-break: normal;
text-overflow: ellipsis;
}
#spawners > button {
display: none;
font-size: 24pt;
@@ -306,7 +316,6 @@ body.toggle-bottom-name .bottom-name {
#spawners > select {
display: none;
font-size: 24pt;
max-width: 120pt;
}
#spawners > select#category-picker {
Write
Preview
Loading…
Annulla
Salva