浏览代码

allow post-component to shrink to fit media

forcing a min-height causes sizing issues
trwnh 6 年之前
父节点
当前提交
3cf30697c2
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      resources/assets/js/components/PostComponent.vue

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

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