changes NOTHING but makes bbox buttons more consistent on FF mobile

This commit is contained in:
Til Schmitter 2026-04-26 10:27:57 +02:00
parent 25d80b14ed
commit 008b975d7f

View file

@ -2605,6 +2605,11 @@ html.y #bbox-overlay figcaption a {
top: -3.5em;
pointer-events: none;
}
@-moz-document url-prefix() {
#bbox-overlay.immersive #bbox-btns {
top: 0;
}
}
#bbox-overlay .btn {
cursor: pointer;
padding: 0 .4em;