From 7b301c73e9a564c5ddadfdd31bda0050dbe8575e Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Sun, 24 Nov 2024 23:38:28 -0600 Subject: [PATCH] group comment style --- core/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/style.css b/core/style.css index a2b4efb..98a6edd 100644 --- a/core/style.css +++ b/core/style.css @@ -1576,6 +1576,8 @@ body.profile .sidebar .container .titlebox { } body.profile .sidebar .container .titlebox.rlink { float: right; } +/* = COMMENTS */ +body.group.group-wall .gcomment, body.profile.comments .mainbar .pcomment { margin: 8px; } @@ -1587,6 +1589,7 @@ body.profile.comments .sidebar .pcomment { margin: 8px 0px; } +body.group.group-wall .gcomment .body, body.profile.comments .pcomment .body { background: var(--comments-background); border: 1px solid var(--comments-border-color); @@ -1594,10 +1597,12 @@ body.profile.comments .pcomment .body { padding: 4px; } +body.group.group-wall .gcomment .infobar, body.profile.comments .pcomment .infobar { font-family: var(--primary-font); } +body.group.group-wall .gcomment .infobar td:last-child, body.profile.comments .pcomment .infobar td:last-child { color: var(--subtitle); text-align: right;