mirror of
https://github.com/flarum/core.git
synced 2025-07-31 05:30:38 +02:00
Fix more avatar positioning regressions
This commit is contained in:
@@ -345,6 +345,8 @@
|
||||
@media @tablet-up {
|
||||
.Post {
|
||||
padding-left: 20px + @avatar-column-width;
|
||||
}
|
||||
.CommentPost {
|
||||
min-height: 64px + 40px; // avatar height + padding
|
||||
}
|
||||
.PostUser-avatar {
|
||||
@@ -388,6 +390,7 @@
|
||||
|
||||
.Post-header {
|
||||
padding-top: 18px;
|
||||
position: relative;
|
||||
}
|
||||
.Avatar {
|
||||
margin-top: -18px;
|
||||
|
Reference in New Issue
Block a user