mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 18:41:47 +00:00
add different modes to video-toggle plugin
* Custom: like before but slightly position * Native: use the native video-toggle * Disabled: force disable the native video-toggle
This commit is contained in:
@ -75,3 +75,8 @@
|
||||
transform: translateX(0);
|
||||
transition: transform 300ms;
|
||||
}
|
||||
|
||||
/* disable the native toggler */
|
||||
#av-id {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user