From 1c5ff0ec10071ed93c66447cfab4d73a2c43e2ce Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Sun, 18 Aug 2019 15:12:55 -0500 Subject: prevent gap removal option from breaking columns --- app/views/layouts/application.html.haml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'app/views') diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index f183bfab7..7b5afc261 100755 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -70,7 +70,10 @@ - if current_account&.user_hides_filtered_gap? :css - .status__wrapper--filtered { display: none !important; } + .status__wrapper--filtered { + height: 1px !important; + max-height: 1px !important; + } - if current_account&.user_hides_mascot? :css -- cgit