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
3a5c456aa8
commit
77e2cc11ff
|
@ -381,7 +381,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.reactions-bar--empty {
|
.reactions-bar--empty {
|
||||||
margin-top: 0;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in New Issue