From 3a8ed4033f84f5eb0b9d6d0f87938d62f13113a4 Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 18 Dec 2019 19:57:58 -0500 Subject: [PATCH] UX: Prevent the post admin menu from appearing under the header on OP --- app/assets/stylesheets/desktop/topic-post.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index ee169e499f9..7b1d8382fb6 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -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.