]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/article.scss
Fix review again
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / article.scss
index dc12f857eeaca01b930a77e7757228ca610095fa..0c7735c33d5df3ac3c028ee9e9a2e03a15527530 100644 (file)
 
   aside {
     .tools {
-      font-size: 0.8em;
       display: flex;
       flex-flow: row wrap;
 
-      li {
-        display: inline-flex;
-        vertical-align: middle;
-        margin: 0 5px;
-      }
+      .stats {
+        font-size: 0.8em;
+        margin: 8px 15px 5px;
+
+        li {
+          display: inline-flex;
+          vertical-align: middle;
+          margin: 0 5px;
+        }
 
-      a {
-        color: #000;
-        text-decoration: none;
+        a {
+          color: #000;
+          text-decoration: none;
+        }
       }
-    }
 
-    #list {
-      float: right;
-      margin: -5px 15px auto;
+      .tags {
+        float: right;
+        margin: 5px 15px 10px;
+      }
     }
 
     .chip {