mirror of
https://github.com/flarum/core.git
synced 2025-07-18 23:31:17 +02:00
Fix wonky avatar display when expanding a deleted post
This commit is contained in:
@@ -181,11 +181,13 @@
|
|||||||
}
|
}
|
||||||
&.revealContent {
|
&.revealContent {
|
||||||
.Post-body, .Post-footer, h3 .Avatar, .PostUser-badges {
|
.Post-body, .Post-footer, h3 .Avatar, .PostUser-badges {
|
||||||
position: static;
|
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
.Post-body, .Post-footer, .PostUser-badges {
|
||||||
|
position: static;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.Post-header .Button--more {
|
.Post-header .Button--more {
|
||||||
background: fade(@muted-more-color, 30%);
|
background: fade(@muted-more-color, 30%);
|
||||||
|
Reference in New Issue
Block a user