mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:41:49 +08:00
Fix avatars not displaying in Chrome 50
This commit is contained in:
parent
694f5ad2e8
commit
b5a9d0183e
|
@ -345,10 +345,11 @@
|
|||
@media @tablet-up {
|
||||
.Post {
|
||||
padding-left: 20px + @avatar-column-width;
|
||||
min-height: 64px + 20px;
|
||||
}
|
||||
.PostUser-avatar {
|
||||
margin-left: -@avatar-column-width;
|
||||
float: left;
|
||||
position: absolute;
|
||||
.Avatar--size(64px);
|
||||
}
|
||||
.PostUser-badges {
|
||||
|
|
Loading…
Reference in New Issue
Block a user