Ver código fonte

Maintain aspect ratio

php7-stretch
Nico Rey 3 anos atrás
pai
commit
eb3d8650db
1 arquivos alterados com 2 adições e 1 exclusões
  1. +2
    -1
      templates/webpanel/style.css

+ 2
- 1
templates/webpanel/style.css Ver arquivo

@@ -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%;
}
}

Carregando…
Cancelar
Salvar