Hide open menu on page reading articles

This commit is contained in:
Alexandr Danilov 2015-08-17 02:02:55 +03:00
parent fcb3faf109
commit 6fd3d82c01

View file

@ -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;