From b9440309944a0d0dec377f2d1fe7671a0651076a Mon Sep 17 00:00:00 2001 From: summerscope Date: Fri, 19 Dec 2014 13:11:35 +1100 Subject: [PATCH] Add some logic for small screen layout --- app/assets/stylesheets/darkswarm/active_table_search.css.sass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/darkswarm/active_table_search.css.sass b/app/assets/stylesheets/darkswarm/active_table_search.css.sass index 765759f26d..4d9f0d0e4e 100644 --- a/app/assets/stylesheets/darkswarm/active_table_search.css.sass +++ b/app/assets/stylesheets/darkswarm/active_table_search.css.sass @@ -12,6 +12,8 @@ border: 1px solid $clr-blue-light @include border-radius(0.25em) margin-top: 2px + @media all and (max-width: 640px) + margin-bottom: 1em .row.filter-box.clear-filters background: transparent