2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

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

This commit is contained in:
Joffrey JAFFEUX 2020-03-02 20:27:50 +01:00 committed by GitHub
parent 176aa0ac7d
commit f17459c620
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {