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;