UX: attempts to increate popup menu hitzone on mobile (#9038)

This commit is contained in:
Joffrey JAFFEUX
2020-03-02 14:27:50 -05:00
committed by GitHub
parent 176aa0ac7d
commit f17459c620
+11 -1
View File
@@ -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 {