]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/article.scss
Entry action buttons displayed on page end reached
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / article.scss
index 75658a580f75232fa43d54591212eb98a26e7651..755372c9556e389fd9c8f5a98662ed45858179a1 100644 (file)
@@ -5,6 +5,7 @@
 #article {
   font-size: 20px;
   margin: 0 auto;
+  padding-bottom: 80px;
   max-width: 45em;
 
   article {
   &:hover {
     width: 260px !important;
 
-    .collapsible-body {
-      height: auto;
-
-      li a i.material-icons {
-        margin: auto 5px auto -8px;
-      }
-    }
-
     span {
       opacity: 1;
     }
   }
+
+  .collapsible-body {
+    height: auto;
+
+    li a i.material-icons {
+      margin: auto 5px auto -8px;
+    }
+  }
 }
 
 .progress {