mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 13:08:13 +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…
x
Reference in New Issue
Block a user