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
1 changed files with 11 additions and 1 deletions

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 {