add profile comments styling
This commit is contained in:
parent
18fba59a6e
commit
eb74ba1163
|
@ -1609,6 +1609,33 @@ body.profile .sidebar .container .titlebox {
|
|||
}
|
||||
body.profile .sidebar .container .titlebox.rlink { float: right; }
|
||||
|
||||
body.profile.comments .mainbar .pcomment {
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
body.profile.comments .sidebar .pcomment {
|
||||
background: var(--secondary-container-background);
|
||||
border: var(--secondary-container-border);
|
||||
border-style: inset;
|
||||
margin: 8px 0px;
|
||||
}
|
||||
|
||||
body.profile.comments .pcomment .body {
|
||||
background: var(--comments-background);
|
||||
border: 1px solid var(--comments-border-color);
|
||||
border-radius: 8px 8px 8px 0px;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
body.profile.comments .pcomment .infobar {
|
||||
font-family: var(--primary-font);
|
||||
}
|
||||
|
||||
body.profile.comments .pcomment .infobar td:last-child {
|
||||
color: var(--subtitle);
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
@media only screen and (orientation: landscape) {
|
||||
body.profile .profile-box {
|
||||
flex-direction: row;
|
||||
|
|
Loading…
Reference in New Issue
Block a user