aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources
diff options
context:
space:
mode:
authorAlexandr Danilov <bitbucket@modos189.ru>2015-08-17 02:02:55 +0300
committerAlexandr Danilov <bitbucket@modos189.ru>2015-08-17 02:02:55 +0300
commit6fd3d82c01f3ab9747b5a6f0ca779202f0e9cbe1 (patch)
treed77796c0cd23c213f8b1d86075f78c14e40b9042 /src/Wallabag/CoreBundle/Resources
parentfcb3faf10989caa0ec1fd27a6bad0b0abf0d77cc (diff)
downloadwallabag-6fd3d82c01f3ab9747b5a6f0ca779202f0e9cbe1.tar.gz
wallabag-6fd3d82c01f3ab9747b5a6f0ca779202f0e9cbe1.tar.zst
wallabag-6fd3d82c01f3ab9747b5a6f0ca779202f0e9cbe1.zip
Hide open menu on page reading articles
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources')
-rwxr-xr-xsrc/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
index f06fd6db..a3cbe651 100755
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
@@ -260,6 +260,15 @@ main ul.row {
260 width: 240px !important; 260 width: 240px !important;
261} 261}
262 262
263.reader-mode .collapsible-body {
264 height: 0;
265 overflow: hidden;
266}
267
268.reader-mode:hover .collapsible-body {
269 height: auto;
270}
271
263.reader-mode span { 272.reader-mode span {
264 opacity: 0; 273 opacity: 0;
265 transition: opacity 0.2s ease; 274 transition: opacity 0.2s ease;