mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:41:49 +08:00
Fix more avatar positioning regressions
This commit is contained in:
parent
bf79383204
commit
645a908dff
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user