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 {
|
||||
padding-left:2%;
|
||||
width: 280px;
|
||||
-webkit-flex-shrink: 0;
|
||||
flex-shrink: 0;
|
||||
|
@ -715,10 +714,10 @@
|
|||
|
||||
.detailImageProgressContainer {
|
||||
position: absolute;
|
||||
bottom: 4px;
|
||||
right: 1px;
|
||||
left: 1px;
|
||||
text-align: center
|
||||
width: 240px;
|
||||
bottom: 12px;
|
||||
text-align: center;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.detailButton-mobile-text {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue