[frio] Improve spacing for responses items
This commit is contained in:
parent
5b01c7c977
commit
fc25a3ce5f
1 changed files with 7 additions and 1 deletions
|
@ -1946,6 +1946,9 @@ code > .hl-main {
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
.wall-item-tags:empty {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.wall-item-tags a {
|
.wall-item-tags a {
|
||||||
color: $font_color_darker;
|
color: $font_color_darker;
|
||||||
|
@ -1996,7 +1999,10 @@ code > .hl-main {
|
||||||
.wall-item-actions .separator {
|
.wall-item-actions .separator {
|
||||||
margin: 0 0.3em;
|
margin: 0 0.3em;
|
||||||
}
|
}
|
||||||
|
.wall-item-responses {
|
||||||
|
margin-top: .3em;
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
.wall-item-responses > div > p {
|
.wall-item-responses > div > p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue