diff options
| author | rr- | 2016-08-28 18:53:06 +0200 |
|---|---|---|
| committer | rr- | 2016-08-28 23:40:28 +0200 |
| commit | cf1d15354df5e9062c4c8a24e24bd283214d06ca (patch) | |
| tree | c47a9711ffe7954c711e257d4f6b808565b538ff /client/css | |
| parent | e83e1b06a1159ba66d2d8bf560d038ea3c7a07b3 (diff) | |
client/paging: avoid redrawing header navigation
Diffstat (limited to 'client/css')
| -rw-r--r-- | client/css/post-list-view.styl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/css/post-list-view.styl b/client/css/post-list-view.styl index b266ca1..f8da90a 100644 --- a/client/css/post-list-view.styl +++ b/client/css/post-list-view.styl @@ -127,6 +127,11 @@ .start-tagging, .stop-tagging display: none + .masstag-hint + display: none + &.active + .open-masstag + display: none .safety margin-right: 0.25em |