浏览代码

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

Dimitri Korsch 3 年之前
父节点
当前提交
44b1bdb249
共有 1 个文件被更改,包括 2 次插入1 次删除
  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;
   max-width: 90vw;
-  max-height: 90vh;
+  max-height: 100%;
+  padding-bottom: 0;
 
   animation: label-selector-animation 0.5s ease-out forwards;
 }