Explorar el Código

Allow line wrapping in the selection boxes and make them larger

tags/v0.1.0
Fen Dweller hace 6 años
padre
commit
ccc8046feb
Se han modificado 1 ficheros con 10 adiciones y 1 borrados
  1. +10
    -1
      macrovision.css

+ 10
- 1
macrovision.css Ver fichero

@@ -299,6 +299,16 @@ body.toggle-bottom-name .bottom-name {
display: inline; 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 { #spawners > button {
display: none; display: none;
font-size: 24pt; font-size: 24pt;
@@ -306,7 +316,6 @@ body.toggle-bottom-name .bottom-name {
#spawners > select { #spawners > select {
display: none; display: none;
font-size: 24pt; font-size: 24pt;
max-width: 120pt;
} }


#spawners > select#category-picker { #spawners > select#category-picker {


Cargando…
Cancelar
Guardar