Merge pull request #1553 from wallabag/v2-hide-export-button
Hide export button if we are not on entries list
This commit is contained in:
commit
488a468e3e
@ -200,6 +200,9 @@ nav input {
|
||||
#button_filters {
|
||||
display: none;
|
||||
}
|
||||
#button_export {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
2 = Side-nav
|
||||
|
Loading…
x
Reference in New Issue
Block a user