forked from wallabag/wallabag
Hide export button if we are not on entries list
This commit is contained in:
@ -200,6 +200,9 @@ nav input {
|
||||
#button_filters {
|
||||
display: none;
|
||||
}
|
||||
#button_export {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
2 = Side-nav
|
||||
|
||||
Reference in New Issue
Block a user