]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Hide open menu on page reading articles
authorAlexandr Danilov <bitbucket@modos189.ru>
Sun, 16 Aug 2015 23:02:55 +0000 (02:02 +0300)
committerAlexandr Danilov <bitbucket@modos189.ru>
Sun, 16 Aug 2015 23:02:55 +0000 (02:02 +0300)
src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css

index f06fd6db87f0715bded229ac5e8e090160381496..a3cbe651814d00b2bcaca3f6c17b19a26a27b7fd 100755 (executable)
@@ -260,6 +260,15 @@ main ul.row {
     width: 240px !important;
 }
 
+.reader-mode .collapsible-body {
+    height: 0;
+    overflow: hidden;
+}
+
+.reader-mode:hover .collapsible-body {
+    height: auto;
+}
+
 .reader-mode span {
     opacity: 0;
     transition: opacity 0.2s ease;