Browse Source

allow post-component to shrink to fit media

forcing a min-height causes sizing issues
trwnh 6 năm trước cách đây
mục cha
commit
3cf30697c2
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  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;