Przeglądaj źródła

Fixed desc box being sized wrongly in landscape

tags/v0.1.0
Fen Dweller 7 lat temu
rodzic
commit
8a9ae0223f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      satiate.css

+ 1
- 1
satiate.css Wyświetl plik

@@ -292,7 +292,7 @@ a:hover {
background: rgba(255, 255, 255, 0.15);
}

@media (max-aspect-ratio: 1/1) {
@media (min-aspect-ratio: 1/1) {
#desc {
flex: 1;
}


Ładowanie…
Anuluj
Zapisz