]> git.mxchange.org Git - friendica.git/commitdiff
[frio] Improve spacing for responses items
authorDamian Wajer <damian@damianwajer.com>
Wed, 18 Jan 2023 12:30:20 +0000 (13:30 +0100)
committerDamian Wajer <damian@damianwajer.com>
Thu, 19 Jan 2023 18:48:41 +0000 (19:48 +0100)
view/theme/frio/css/style.css

index 95c64e41604361d3ccd658e2900b64147e0c67b1..56fef8b1c683401e9e2363f2ae18a64f627c35d2 100644 (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;
 }