aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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;