Selaa lähdekoodia

Merge pull request #1218 from pixelfed/trwnh-1

fix white block in dark moment ui
daniel 6 vuotta sitten
vanhempi
commit
899e00a806
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  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>
 <style type="text/css" scoped>
   .status-comments,
   .status-comments,
-  .reactions,
-  .col-md-4 {
+  .reactions {
     background: #fff;
     background: #fff;
   }
   }
   .postPresenterContainer {
   .postPresenterContainer {