mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 10:07:35 +00:00
Don't try to do hover opaciy on mobile
This commit is contained in:
parent
55b481f6a6
commit
c471df46ab
1 changed files with 8 additions and 11 deletions
19
src/App.css
19
src/App.css
|
|
@ -199,15 +199,12 @@ body.webamp-loaded #webamp {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
#zoom {
|
||||
opacity: 0.7;
|
||||
transition: opacity 100ms ease-in-out;
|
||||
@media (hover: hover) {
|
||||
#zoom {
|
||||
opacity: 0.7;
|
||||
transition: opacity 200ms ease-in-out;
|
||||
}
|
||||
#zoom:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
#zoom:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#zoom.active {
|
||||
opacity: 1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue