From fc25a3ce5fe1bcacef154ddb47c1c3705d2fd0a3 Mon Sep 17 00:00:00 2001 From: Damian Wajer Date: Wed, 18 Jan 2023 13:30:20 +0100 Subject: [PATCH] [frio] Improve spacing for responses items --- view/theme/frio/css/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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; }