[frio] Improve spacing for responses items

This commit is contained in:
Damian Wajer 2023-01-18 13:30:20 +01:00
parent 5b01c7c977
commit fc25a3ce5f

View file

@ -1946,6 +1946,9 @@ code > .hl-main {
margin: 10px 0;
font-size: 13px;
}
.wall-item-tags:empty {
margin: 0;
}
.wall-item-tags a {
color: $font_color_darker;
@ -1996,7 +1999,10 @@ code > .hl-main {
.wall-item-actions .separator {
margin: 0 0.3em;
}
.wall-item-responses {
margin-top: .3em;
font-size: 13px;
}
.wall-item-responses > div > p {
margin: 0;
}