mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 04:32:26 -06:00
bbox- btns also fade out when moving up
This commit is contained in:
parent
3a0542511e
commit
25d80b14ed
|
|
@ -2591,7 +2591,7 @@ html.y #bbox-overlay figcaption a {
|
|||
line-height: 60px;
|
||||
}
|
||||
#bbox-btns {
|
||||
transition: top .3s ease;
|
||||
transition: top .3s ease, opacity .3s ease;
|
||||
}
|
||||
#bbox-btns .btn {
|
||||
cursor: pointer;
|
||||
|
|
@ -2601,7 +2601,9 @@ html.y #bbox-overlay figcaption a {
|
|||
opacity: 0;
|
||||
}
|
||||
#bbox-overlay.immersive #bbox-btns {
|
||||
opacity: 0;
|
||||
top: -3.5em;
|
||||
pointer-events: none;
|
||||
}
|
||||
#bbox-overlay .btn {
|
||||
cursor: pointer;
|
||||
|
|
|
|||
Loading…
Reference in a new issue