1
0
Fork 0
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:
Dmitry Lyzo 2020-02-13 12:23:42 +03:00
parent f68f3634c0
commit dc95a76e10

View file

@ -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;