diff options
| author | Hunternif <hunternif@gmail.com> | 2019-05-03 01:10:46 +0700 |
|---|---|---|
| committer | Hunternif <hunternif@gmail.com> | 2019-05-03 04:02:25 +0700 |
| commit | 98007f4e1f4931cd88bd420e7eeecc761deff70a (patch) | |
| tree | 485c977afa71de5951851e0b4daed37384031399 /client/css | |
| parent | 96ed5eb88df43a0763c2b61aa11b83ceee2c4f12 (diff) | |
client: layout improvements to metric sorter
Diffstat (limited to 'client/css')
| -rw-r--r-- | client/css/metric-sorter-view.styl | 24 |
1 files changed, 22 insertions, 2 deletions
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 |