Browse Source

fix white block in dark moment ui

trwnh 6 years ago
parent
commit
d56fbbacd9
1 changed files with 1 additions and 2 deletions
  1. 1 2
      resources/assets/js/components/PostComponent.vue

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

@@ -363,8 +363,7 @@
 
 <style type="text/css" scoped>
   .status-comments,
-  .reactions,
-  .col-md-4 {
+  .reactions {
     background: #fff;
   }
   .postPresenterContainer {