1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Migrate Indicator to react

This commit is contained in:
grafixeyehero 2024-01-31 02:59:45 +03:00
parent 090e2991cb
commit 2e90f669e5
4 changed files with 353 additions and 0 deletions

View file

@ -5,6 +5,14 @@
height: 0.28em;
}
.itemLinearProgress {
width: 100%;
position: absolute;
left: 0;
bottom: 0;
border-radius: 100px;
}
.itemProgressBarForeground {
position: absolute;
top: 0;