forked from wallabag/wallabag
Fixing menu hiding behavior when switching from mobile width to desktop width
This commit is contained in:
@ -987,6 +987,9 @@ pre code {
|
||||
height: auto;
|
||||
padding-top: 3em;
|
||||
}
|
||||
#links.open {
|
||||
display: block;
|
||||
}
|
||||
footer {
|
||||
position: static;
|
||||
margin-right: 3em;
|
||||
|
||||
Reference in New Issue
Block a user