group comment style
This commit is contained in:
parent
94187aa229
commit
7b301c73e9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user