mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix vertical position of slider progress bar
This commit is contained in:
parent
f68f3634c0
commit
dc95a76e10
1 changed files with 1 additions and 2 deletions
|
@ -158,7 +158,6 @@
|
||||||
.mdl-slider-background-flex-container {
|
.mdl-slider-background-flex-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin-top: -0.05em;
|
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 0;
|
left: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -168,7 +167,7 @@
|
||||||
.mdl-slider-background-flex {
|
.mdl-slider-background-flex {
|
||||||
background: #333;
|
background: #333;
|
||||||
height: 0.2em;
|
height: 0.2em;
|
||||||
margin-top: -0.08em;
|
margin-top: -0.1em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue