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

Damn you chrome update

This commit is contained in:
Toby Zerner
2016-04-20 20:53:15 +09:30
parent 19d564d521
commit 2229e0678b

View File

@@ -346,7 +346,7 @@
.Post {
padding-left: 20px + @avatar-column-width;
}
.CommentPost {
.CommentPost:not(.Post--hidden), .ReplyPlaceholder {
min-height: 64px + 40px; // avatar height + padding
}
.PostUser-avatar {
@@ -399,4 +399,7 @@
border-color: @control-bg;
}
}
.LoadingPost .Post-header {
position: relative;
}
}