diff options
| author | Hunternif <hunternif@gmail.com> | 2019-04-28 02:58:32 +0700 |
|---|---|---|
| committer | Hunternif <hunternif@gmail.com> | 2019-04-29 02:55:13 +0700 |
| commit | c2d3fdd3ec0d0aba7d7c9048939476f3bf431f18 (patch) | |
| tree | 210f04a178c0aab7333836f544a3726c0294096b /client/css | |
| parent | 1d1f2c796ee2261d7c5117dfe56af47da4b2aa81 (diff) | |
client: re-open bulk edit and metrics blocks when returning to post list.
+ select metrics on click; + improve header style
Diffstat (limited to 'client/css')
| -rw-r--r-- | client/css/post-list-view.styl | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/client/css/post-list-view.styl b/client/css/post-list-view.styl index e92d509..0d043c8 100644 --- a/client/css/post-list-view.styl +++ b/client/css/post-list-view.styl @@ -200,15 +200,24 @@ label display: inline !important margin-left: -0.5em + line-height 1.7em + a.append + line-height 1.7em + padding: 0.2em 0 + form, ul + display: flex + flex-wrap: wrap .metric-list li display: inline-block line-height: 1.7em margin-right: 0.5em - @media (max-width: 500px) + @media (max-width: 700px) margin-bottom: 0.5em + border-width: 1px + &.selected + border-style: solid &:not(.selected) - border-width: 1px border-style: dotted li a vertical-align: middle |