mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Toggle menu anchor replaced by a button
This commit is contained in:
parent
93e3329c58
commit
da2a5fe222
3 changed files with 10 additions and 2 deletions
|
@ -31,6 +31,8 @@ nav {
|
|||
padding: 0 0.5rem;
|
||||
height: auto;
|
||||
line-height: 1;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -122,3 +124,9 @@ nav .nav-wrapper i {
|
|||
#button_export {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (min-width: 993px) {
|
||||
.button-collapse {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue