diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 95c64e4160..56fef8b1c6 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -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; }