about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xapp/views/layouts/application.html.haml5
1 files changed, 4 insertions, 1 deletions
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