瀏覽代碼

Update PostComponent.vue

Daniel Supernault 6 年之前
父節點
當前提交
f72201ebd3
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      resources/assets/js/components/PostComponent.vue

+ 5 - 0
resources/assets/js/components/PostComponent.vue

@@ -390,6 +390,11 @@
   .postPresenterContainer {
     background: #fff;
   }
+  @media(min-width: 720px) {  
+    .postPresenterContainer { 
+      min-height: 600px;  
+    } 
+  }
   ::-webkit-scrollbar {
       width: 0px;
       background: transparent;