diff --git a/core/style.css b/core/style.css index 7eba0c4..06ee36d 100644 --- a/core/style.css +++ b/core/style.css @@ -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;