mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix detailImageProgressContainer position
This commit is contained in:
parent
6a16d84e71
commit
7b61b5d2e0
1 changed files with 4 additions and 5 deletions
|
@ -472,7 +472,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailImageContainer {
|
.detailImageContainer {
|
||||||
padding-left:2%;
|
|
||||||
width: 280px;
|
width: 280px;
|
||||||
-webkit-flex-shrink: 0;
|
-webkit-flex-shrink: 0;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
@ -715,10 +714,10 @@
|
||||||
|
|
||||||
.detailImageProgressContainer {
|
.detailImageProgressContainer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 4px;
|
width: 240px;
|
||||||
right: 1px;
|
bottom: 12px;
|
||||||
left: 1px;
|
text-align: center;
|
||||||
text-align: center
|
padding-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailButton-mobile-text {
|
.detailButton-mobile-text {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue