fix padding on posts without reactions

The margins of the elements above and below the
main reaction list element overlapped before
reactions were added.  Adding display: none to
empty reaction bars restores this exact look.
This commit is contained in:
fef 2022-12-02 01:52:59 +00:00 committed by neatchee
parent 3a5c456aa8
commit 77e2cc11ff
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@
} }
.reactions-bar--empty { .reactions-bar--empty {
margin-top: 0; display: none;
} }
} }