mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 04:33:47 +08:00
Fix incorrect avatar position if online indicator is present
This commit is contained in:
parent
db53103396
commit
bf79383204
|
@ -348,7 +348,7 @@
|
|||
min-height: 64px + 40px; // avatar height + padding
|
||||
}
|
||||
.PostUser-avatar {
|
||||
margin-left: -@avatar-column-width;
|
||||
left: -@avatar-column-width;
|
||||
position: absolute;
|
||||
.Avatar--size(64px);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user