1
0
Fork 0
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:
Simounet 2017-12-07 23:47:53 +01:00
parent 93e3329c58
commit da2a5fe222
3 changed files with 10 additions and 2 deletions

View file

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