mirror of
https://github.com/flarum/framework.git
synced 2025-03-15 00:05:12 +08:00
Fix wonky avatar display when expanding a deleted post
This commit is contained in:
parent
553b8f6b29
commit
cf1b71e76a
@ -181,11 +181,13 @@
|
||||
}
|
||||
&.revealContent {
|
||||
.Post-body, .Post-footer, h3 .Avatar, .PostUser-badges {
|
||||
position: static;
|
||||
visibility: visible;
|
||||
opacity: 0.5;
|
||||
margin-top: 0;
|
||||
}
|
||||
.Post-body, .Post-footer, .PostUser-badges {
|
||||
position: static;
|
||||
}
|
||||
}
|
||||
.Post-header .Button--more {
|
||||
background: fade(@muted-more-color, 30%);
|
||||
|
Loading…
x
Reference in New Issue
Block a user