group comment style

This commit is contained in:
Wirlaburla 2024-11-24 23:38:28 -06:00
parent 94187aa229
commit 7b301c73e9

View File

@ -1576,6 +1576,8 @@ body.profile .sidebar .container .titlebox {
} }
body.profile .sidebar .container .titlebox.rlink { float: right; } body.profile .sidebar .container .titlebox.rlink { float: right; }
/* = COMMENTS */
body.group.group-wall .gcomment,
body.profile.comments .mainbar .pcomment { body.profile.comments .mainbar .pcomment {
margin: 8px; margin: 8px;
} }
@ -1587,6 +1589,7 @@ body.profile.comments .sidebar .pcomment {
margin: 8px 0px; margin: 8px 0px;
} }
body.group.group-wall .gcomment .body,
body.profile.comments .pcomment .body { body.profile.comments .pcomment .body {
background: var(--comments-background); background: var(--comments-background);
border: 1px solid var(--comments-border-color); border: 1px solid var(--comments-border-color);
@ -1594,10 +1597,12 @@ body.profile.comments .pcomment .body {
padding: 4px; padding: 4px;
} }
body.group.group-wall .gcomment .infobar,
body.profile.comments .pcomment .infobar { body.profile.comments .pcomment .infobar {
font-family: var(--primary-font); font-family: var(--primary-font);
} }
body.group.group-wall .gcomment .infobar td:last-child,
body.profile.comments .pcomment .infobar td:last-child { body.profile.comments .pcomment .infobar td:last-child {
color: var(--subtitle); color: var(--subtitle);
text-align: right; text-align: right;