From 4118279c1a8893a322b070a6b865c9bba5096045 Mon Sep 17 00:00:00 2001 From: Ganesh Pawar Date: Thu, 18 Feb 2021 17:59:23 +0530 Subject: [PATCH] stream-ui: Fix oddly spaced elements in streams tab. This reverts most of the changes made in commit a5f0379. --- static/styles/app_components.css | 4 ---- static/styles/subscriptions.css | 1 - 2 files changed, 5 deletions(-) diff --git a/static/styles/app_components.css b/static/styles/app_components.css index 22a9ce7c6c..fa26879eba 100644 --- a/static/styles/app_components.css +++ b/static/styles/app_components.css @@ -267,10 +267,6 @@ .stream_sorter_toggle { margin-left: auto; - - @media (width < $lg_min) { - margin-left: unset; - } } } diff --git a/static/styles/subscriptions.css b/static/styles/subscriptions.css index 0bbaaa18a5..dd5a0b602d 100644 --- a/static/styles/subscriptions.css +++ b/static/styles/subscriptions.css @@ -1106,7 +1106,6 @@ ul.grey-box { @media (width < $lg_min) { .subscriptions-container .left .search-container { flex-wrap: wrap; - justify-content: space-evenly; } .search-container {