UX: Prevent the post admin menu from appearing under the header on OP

This commit is contained in:
Kris 2019-12-18 19:57:58 -05:00
parent c91a360ef7
commit 3a8ed4033f
1 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,12 @@
margin-left: 0;
}
.topic-post:first-child {
nav.post-controls .post-admin-menu {
bottom: -125px;
}
}
.topic-body {
// this ensures consistent top margin on topic posts even if the first line of a post
// is a top-margin-less element like a list or image.