Commit 8ab1700d authored by Andreas Heimann's avatar Andreas Heimann

fix background movement

parent fb109502
...@@ -551,8 +551,8 @@ input[type="range"]::-ms-fill-lower { ...@@ -551,8 +551,8 @@ input[type="range"]::-ms-fill-lower {
.playlist-item { .playlist-item {
height: 200px; height: 200px;
background: rgba(255, 255, 255, 0.1); background: rgba(255, 255, 255, 0.1);
background-position: center;
background-size: cover; background-size: cover;
background-position: left center;
border-radius: 6px; border-radius: 6px;
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
......
This diff is collapsed.
...@@ -591,8 +591,8 @@ input[type="range"]::-ms-fill-lower { ...@@ -591,8 +591,8 @@ input[type="range"]::-ms-fill-lower {
.playlist-item { .playlist-item {
height: 200px; height: 200px;
background: rgba(255,255,255,0.1); background: rgba(255,255,255,0.1);
background-position: center;
background-size: cover; background-size: cover;
background-position: left center;
border-radius: 6px; border-radius: 6px;
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment