Quellcode durchsuchen

Make action buttons larger on mobile

master
Fen Dweller vor 6 Jahren
Ursprung
Commit
b8face17c0
1 geänderte Dateien mit 4 neuen und 1 gelöschten Zeilen
  1. +4
    -1
      style.css

+ 4
- 1
style.css Datei anzeigen

@@ -109,8 +109,11 @@ body.dark div {
.action-part-button { .action-part-button {
width: 33% !important; width: 33% !important;
} }
.action-part-container {
width: 50vw !important;
}
.action-button { .action-button {
width: 100px !important;
width: 16.6667vw !important;
} }
} }




Laden…
Abbrechen
Speichern