From cdacbb3c4c80c32b5845d3f1492c207ac3481375 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Tue, 16 Apr 2019 14:48:46 -0500 Subject: Add option to remove filtered roar placeholder gap. --- app/views/layouts/application.html.haml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/views/layouts/application.html.haml') diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 01ae25389..00d8af13a 100755 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -77,5 +77,9 @@ :css .drawer { min-width: 400px !important } + - if current_account&.user&.setting_remove_filtered + :css + .status__wrapper--filtered { display: none !important; } + %body{ class: body_classes } = content_for?(:content) ? yield(:content) : yield -- cgit