소스 검색

Allow pinch-zoom to fill the whole screen

Tusooa Zhu 3 년 전
부모
커밋
ddf6c9cef0
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/components/media_modal/media_modal.vue

+ 4 - 0
src/components/media_modal/media_modal.vue

@@ -140,7 +140,10 @@
   flex-direction: column;
   max-width: 90%;
   max-height: 95%;
+  width: 100%;
+  height: 100%;
   flex-grow: 1;
+  justify-content: center;
 
   &-inner {
     width: 100%;
@@ -149,6 +152,7 @@
     display: flex;
     flex-direction: column;
     align-items: center;
+    justify-content: center;
   }
 }