From 98007f4e1f4931cd88bd420e7eeecc761deff70a Mon Sep 17 00:00:00 2001 From: Hunternif Date: Fri, 3 May 2019 01:10:46 +0700 Subject: client: layout improvements to metric sorter --- client/css/metric-sorter-view.styl | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'client/css') diff --git a/client/css/metric-sorter-view.styl b/client/css/metric-sorter-view.styl index 6e2840a..036b1cd 100644 --- a/client/css/metric-sorter-view.styl +++ b/client/css/metric-sorter-view.styl @@ -1,4 +1,24 @@ +@import colors + #metric-sorter width: 100% - //padding: 0 - // background-color: none + @media (max-width: 1000px) + padding: 0 !important + background-color: white !important + h2 + display: none + form + width: 100% + .posts-container + display: flex + flex-wrap: wrap + margin-bottom: 1em + @media (max-width: 1000px) + margin-left: -1em + margin-right: -1em + margin-top: -1em + .left-post-container, .right-post-container + flex: 1 + width: 100% + .append + color: $inactive-link-color -- cgit v1.3