mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
16 lines
249 B
SCSS
16 lines
249 B
SCSS
#download-video
|
|
{
|
|
position: relative;
|
|
}
|
|
.download-video-panel.opened
|
|
{
|
|
transform: scale(1);
|
|
}
|
|
.download-video-panel
|
|
{
|
|
position: absolute;
|
|
top: 0;
|
|
transition: all .2s ease-out;
|
|
transform-origin: top;
|
|
transform: scale(0);
|
|
} |