Przeglądaj źródła

Make some menu elements smaller on narrow screens

master
Fen Dweller 4 lat temu
rodzic
commit
04b78fb1cd
1 zmienionych plików z 17 dodań i 5 usunięć
  1. +17
    -5
      macrovision.css

+ 17
- 5
macrovision.css Wyświetl plik

@@ -467,10 +467,11 @@ body.toggle-bottom-name .bottom-name {
display: inline;
}

#menubar input,
#menubar select {
font-size: 16pt;
max-width: 200pt;
min-width: 120pt;
max-width: 120pt;
min-width: 60pt;
height: 40pt;
max-height: 180pt;
overflow: hidden;
@@ -479,6 +480,13 @@ body.toggle-bottom-name .bottom-name {
text-overflow: ellipsis;
}

@media (min-width: 600px) {
#menubar input,
#menubar select {
max-width: 200pt;
}
}

#menubar button {
position: relative;
font-size: 32pt;
@@ -673,11 +681,15 @@ option.filtered {
display: none;
}

#spawners > select,
#filters > select {
font-size: 24pt;
@media (min-width: 600px)
{
#spawners > select,
#filters > select {
font-size: 24pt;
}
}


#spawners > button {
font-size: 30pt;
}


Ładowanie…
Anuluj
Zapisz