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

use inline and block properties now

This commit is contained in:
Hadi Charara 2022-07-02 22:59:40 -04:00
parent b2a025f4d1
commit 974417ce3d
10 changed files with 51 additions and 198 deletions

View file

@ -7,14 +7,8 @@
.itemProgressBarForeground {
position: absolute;
top: 0;
left: 0;
bottom: 0;
[dir="rtl"] & {
left: unset;
right: 0;
}
inset-block: 0;
inset-inline-start: 0;
}
.indicator {