浏览代码

minor styling change

Dimitri Korsch 3 年之前
父节点
当前提交
01c7fcf9ca
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
 }