mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 13:42:29 -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;
|
top: -3.5em;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
@-moz-document url-prefix() {
|
||||||
|
#bbox-overlay.immersive #bbox-btns {
|
||||||
|
top: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
#bbox-overlay .btn {
|
#bbox-overlay .btn {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 0 .4em;
|
padding: 0 .4em;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue