From c2d3fdd3ec0d0aba7d7c9048939476f3bf431f18 Mon Sep 17 00:00:00 2001 From: Hunternif Date: Sun, 28 Apr 2019 02:58:32 +0700 Subject: client: re-open bulk edit and metrics blocks when returning to post list. + select metrics on click; + improve header style --- client/css/post-list-view.styl | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'client/css') 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 -- cgit v1.3