1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Fix more avatar positioning regressions

This commit is contained in:
Toby Zerner
2016-04-20 20:44:57 +09:30
parent b63c13bd90
commit 19d564d521

View File

@@ -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;