1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

Fix up hidden post styles; don't show user card

This commit is contained in:
Toby Zerner
2015-05-06 08:33:00 +09:30
parent 8e1ba5a2af
commit 45033d7d59
2 changed files with 2 additions and 2 deletions

View File

@@ -218,7 +218,7 @@
line-height: 1.6em;
}
.post.is-hidden {
& .post-user h3, & .post-user h3 a, & .post-header, & .post-header > ul > li > a {
& .post-header, & .post-header a, & .post-user h3, & .post-user h3 a {
color: @fl-body-muted-more-color;
}
& .post-body, & .post-footer, & h3 .avatar {