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
parent 6aa7d7fb12
commit bdd3c4691d
No known key found for this signature in database
GPG key ID: EC22E476DC2D3D84

View file

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