mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix progress detail positon
This commit is contained in:
parent
e4b8bb39b1
commit
ba9b1ceee7
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -163,7 +163,7 @@
|
||||
"toast.min.js": "C430883AC04400A04AFCEDF51ECB7BDB8961812917CD552E71ACF97C19C9F7A4",
|
||||
"touch-move.min.js": "96072732F8BB29A4B8EF79D5942ED13EF80C0EF209A3ECE6FDAD5D65E9E08655",
|
||||
"touch-navbar.min.js": "21EF203296CF795E2471D04E7C44F5FA734FC7EB3EF6187B5AC6D562572D2649",
|
||||
"touch-player.min.css": "162F15B389D6533234D51B5A632C19E18B3E9B51C6C160F62BA7F2BF5F96E69B",
|
||||
"touch-player.min.css": "9651A23CC169435636A044F3B6AC57FE66D026DC283AA87342688CC47BBFC1DE",
|
||||
"touch-player.min.js": "5CA0C5A0621330ABBD62B31042ADDF9019D27DEA7D58B69CB959C90B25D8C8F5",
|
||||
"trending-videos.min.js": "FB1507281A70FADBFC51B2BD5A94F765868F380673B5A1ECE19E4E333A383625",
|
||||
"trending-videos.vue.min.js": "DA96C03E52FDA7561B23F072AB794453D72E3CED523F9F5374A16885445F9925",
|
||||
|
||||
BIN
min/bundle.zip
BIN
min/bundle.zip
Binary file not shown.
2
min/touch-player.min.css
vendored
2
min/touch-player.min.css
vendored
File diff suppressed because one or more lines are too long
@ -35,7 +35,7 @@
|
||||
opacity: 1 !important;
|
||||
}
|
||||
.bilibili-player-video-progress-detail {
|
||||
bottom: 5px !important;
|
||||
bottom: 0 !important;
|
||||
}
|
||||
.bilibili-player-video-control-top {
|
||||
bottom: 38px !important;
|
||||
|
||||
@ -117,7 +117,7 @@ div.bilibili-player-video-control {
|
||||
bottom: calc(100% + 3px) !important;
|
||||
}
|
||||
.bilibili-player-video-progress-detail {
|
||||
bottom: 5px !important;
|
||||
bottom: 7px !important;
|
||||
}
|
||||
}
|
||||
.bilibili-player-video-control {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user