Explorar el Código

minor styling change

Dimitri Korsch hace 3 años
padre
commit
01c7fcf9ca
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      webui/src/components/media/annotated-image.vue

+ 1 - 1
webui/src/components/media/annotated-image.vue

@@ -399,7 +399,7 @@ export default {
 
 img, video {
   max-width: 100%;
-  max-height: 95%;
+  max-height: 90%;
   transition: transform 0.01s;
 }