Daniel Supernault 6 роки тому
батько
коміт
befed118ea
1 змінених файлів з 1 додано та 4 видалено
  1. 1 4
      resources/assets/js/components/PostComponent.vue

+ 1 - 4
resources/assets/js/components/PostComponent.vue

@@ -5,10 +5,6 @@
   overflow-y: scroll;
 }
 
-.postPresenterContainer {
-  background: #000;
-}
-
 .status-comments,
 .reactions,
 .col-md-4 {
@@ -16,6 +12,7 @@
 }
 
 .postPresenterContainer {
+  background: #000;
   min-height: 600px;
 }
 </style>