mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
change detailImageProgressContainer width to vw
This commit is contained in:
parent
f92c05b9d3
commit
a5ec665cfa
1 changed files with 1 additions and 1 deletions
|
@ -723,7 +723,7 @@
|
||||||
|
|
||||||
.detailImageProgressContainer {
|
.detailImageProgressContainer {
|
||||||
margin-left: 6px;
|
margin-left: 6px;
|
||||||
width: 350px;
|
width: 21.886458333333332vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailButton-mobile-text {
|
.detailButton-mobile-text {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue