Commit 33ba697d authored by SpinShare's avatar SpinShare

fixed volume slider position

parent 56c3945f
......@@ -87,7 +87,7 @@
.section-song-detail .song-detail .song-actions .action-player .volume {
width: 0px;
overflow: hidden;
padding-left: 0px;
padding-right: 0px;
transition: all 0.2s ease-in-out;
}
.section-song-detail .song-detail .song-actions .action:hover,
......@@ -102,7 +102,7 @@
}
.section-song-detail .song-detail .song-actions.player-active .action-player .volume {
width: 170px;
padding-left: 20px;
padding-right: 20px;
}
.section-song-detail .song-detail .song-statistics {
display: grid;
......
......@@ -92,7 +92,7 @@
& .volume {
width: 0px;
overflow: hidden;
padding-left: 0px;
padding-right: 0px;
transition: all 0.2s ease-in-out;
}
......@@ -110,7 +110,7 @@
& .volume {
width: 170px;
padding-left: 20px;
padding-right: 20px;
}
}
}
......
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