소스 검색

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