diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-08-18 15:12:55 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-08-18 15:14:09 -0500 |
commit | 1c5ff0ec10071ed93c66447cfab4d73a2c43e2ce (patch) | |
tree | 7aec563c59b4d9f95eed8bc6178fbdd3e6a900db /app/views | |
parent | caec7b5ca7061235dd46bcfa08020baff01e3fd6 (diff) |
prevent gap removal option from breaking columns
Diffstat (limited to 'app/views')
-rwxr-xr-x | app/views/layouts/application.html.haml | 5 |
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 |