mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-22 22:58:08 +00:00
Hide open menu on page reading articles
This commit is contained in:
parent
fcb3faf109
commit
6fd3d82c01
1 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue