]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/main.css
uniformize tags on article view too
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / main.css
index cfc77d06dcfa4bf08b872c092f60993a4951abb0..053dfd91647fe3c2ce2222b63221333521d18e41 100755 (executable)
@@ -487,12 +487,13 @@ main ul.row {
 
 #article aside #list {
   float: right;
-  margin-right: 15px;
+  margin: 0 15px 10px;
 }
 
 #article aside .chip {
-  background-color: #039be5;
+  background-color: rgba(0,151,167,0.85);
   color: #fff;
+  padding: 0 15px 0 10px;
 }
 
 #article aside .chip i {