mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-24 05:48:07 +01:00
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
a2db70b3c8
commit
65d727a9e6
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.reactions-bar--empty {
|
.reactions-bar--empty {
|
||||||
margin-top: 0;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue