Quellcode durchsuchen

Maintain aspect ratio

php7-stretch
Nico Rey vor 3 Jahren
Ursprung
Commit
eb3d8650db
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. +2
    -1
      templates/webpanel/style.css

+ 2
- 1
templates/webpanel/style.css Datei anzeigen

@@ -73,6 +73,7 @@ body {
max-width: 200px;
max-height: 200px;
width: 100%;
object-fit: cover;
}

#satimgdiv {
@@ -96,4 +97,4 @@ footer {

img.img-footer {
max-width: 100%;
}
}

Laden…
Abbrechen
Speichern