UX: Prevent the post admin menu from appearing under the header on OP
This commit is contained in:
parent
c91a360ef7
commit
3a8ed4033f
|
@ -6,6 +6,12 @@
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.topic-post:first-child {
|
||||||
|
nav.post-controls .post-admin-menu {
|
||||||
|
bottom: -125px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.topic-body {
|
.topic-body {
|
||||||
// this ensures consistent top margin on topic posts even if the first line of a post
|
// 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.
|
// is a top-margin-less element like a list or image.
|
||||||
|
|
Loading…
Reference in New Issue