mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
changes NOTHING but makes bbox buttons more consistent on FF mobile
This commit is contained in:
parent
25d80b14ed
commit
008b975d7f
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue