From f17459c6204717555aa7f021ad9b6d74b0c4a428 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Mon, 2 Mar 2020 20:27:50 +0100 Subject: [PATCH] UX: attempts to increate popup menu hitzone on mobile (#9038) --- app/assets/stylesheets/mobile/topic-post.scss | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 {