소스 검색

Update PostComponent.vue

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>