diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 30b2f6d976b..1d37052b882 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -476,10 +476,20 @@ span.highlighted { } } -.popup-menu { +.popup-menu, +#topic-footer-buttons .popup-menu { h3 { margin-bottom: 0; } + + ul div li { + border-bottom: 0.25em solid transparent; + border-top: 0.25em solid transparent; + + button.btn { + margin-bottom: 0; + } + } } .post-notice {