mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-05 06:58:50 +00:00
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
1 changed files with 3 additions and 0 deletions
|
@ -200,6 +200,9 @@ nav input {
|
||||||
#button_filters {
|
#button_filters {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
#button_export {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* ==========================================================================
|
/* ==========================================================================
|
||||||
2 = Side-nav
|
2 = Side-nav
|
||||||
|
|
Loading…
Reference in a new issue