diff options
| author | Hunternif | 2019-04-27 02:47:03 +0700 |
|---|---|---|
| committer | Hunternif | 2019-04-27 03:01:41 +0700 |
| commit | 9b59b5f3b095a08a7b871c32554822a764e778ee (patch) | |
| tree | d3530145344cf261719c6e41fc97f1fc70e74974 /client/css/post-list-view.styl | |
| parent | bef4da79db44d88f8e20ffbd5165e417a13437c4 (diff) | |
client: Metrics menu on post list header
Diffstat (limited to 'client/css/post-list-view.styl')
| -rw-r--r-- | client/css/post-list-view.styl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/client/css/post-list-view.styl b/client/css/post-list-view.styl index 3af9a02..cba1d10 100644 --- a/client/css/post-list-view.styl +++ b/client/css/post-list-view.styl @@ -182,16 +182,21 @@ width: 100% margin-bottom: 0.5em .append + @media (max-width: 500px) + margin-left: 0.8em vertical-align: middle font-size: 0.95em color: $inactive-link-color - .bulk-edit-btn-holder + .bulk-edit-btn-holder, .metrics-btn-holder &:not(.opened) .close display: none &.opened .open display: none + .metrics-block + &.hidden + display: none .bulk-edit-block &.hidden display: none |