UX: attempts to increate popup menu hitzone on mobile (#9038)
This commit is contained in:
parent
176aa0ac7d
commit
f17459c620
|
@ -476,10 +476,20 @@ span.highlighted {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.popup-menu {
|
.popup-menu,
|
||||||
|
#topic-footer-buttons .popup-menu {
|
||||||
h3 {
|
h3 {
|
||||||
margin-bottom: 0;
|
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 {
|
.post-notice {
|
||||||
|
|
Loading…
Reference in New Issue