From 550e98716cf484900f8a2b758703414207f24b4a Mon Sep 17 00:00:00 2001 From: Andrew Rodrigues Date: Wed, 26 Feb 2020 18:03:45 -0500 Subject: [PATCH] fix: topic/select positioning on mobile --- less/category.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/less/category.less b/less/category.less index b267624..6e6d390 100644 --- a/less/category.less +++ b/less/category.less @@ -47,14 +47,14 @@ top: 0px; left: 0px; border: 1px solid transparent; + background: white; + width: 100%; + height: 100%; + padding: 14px; &:before { .pointer; } - - @media (max-width: @screen-sm-max) { - padding: 7px; - } } .avatar {