mirror of
https://github.com/flarum/core.git
synced 2025-07-19 15:51:16 +02:00
Fix incorrect avatar position if online indicator is present
This commit is contained in:
@@ -348,7 +348,7 @@
|
|||||||
min-height: 64px + 40px; // avatar height + padding
|
min-height: 64px + 40px; // avatar height + padding
|
||||||
}
|
}
|
||||||
.PostUser-avatar {
|
.PostUser-avatar {
|
||||||
margin-left: -@avatar-column-width;
|
left: -@avatar-column-width;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
.Avatar--size(64px);
|
.Avatar--size(64px);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user