浏览代码

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>