Pārlūkot izejas kodu

allow post-component to shrink to fit media

forcing a min-height causes sizing issues
trwnh 6 gadi atpakaļ
vecāks
revīzija
3cf30697c2
1 mainītis faili ar 0 papildinājumiem un 5 dzēšanām
  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;