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:
parent
3956154a16
commit
0f59ce3e56
|
@ -432,7 +432,7 @@
|
|||
}
|
||||
|
||||
.reactions-bar--empty {
|
||||
margin-top: 0;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue