Explorar o código

Merge branch '113-logging-api' into 154-adapt-mothscanner

Dimitri Korsch %!s(int64=3) %!d(string=hai) anos
pai
achega
44b1bdb249
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      webui/src/components/media/options-bar.vue

+ 2 - 1
webui/src/components/media/options-bar.vue

@@ -310,7 +310,8 @@ img {
 
 
   width: 30rem;
   width: 30rem;
   max-width: 90vw;
   max-width: 90vw;
-  max-height: 90vh;
+  max-height: 100%;
+  padding-bottom: 0;
 
 
   animation: label-selector-animation 0.5s ease-out forwards;
   animation: label-selector-animation 0.5s ease-out forwards;
 }
 }