Better aligning of volume-slider and chromecast button on mobile

This commit is contained in:
Kasper Rynning-Tønnesen
2017-10-16 12:05:05 +02:00
parent e3ce00ca18
commit b1b3ed4f28

View File

@@ -1485,6 +1485,7 @@ ul #chat-log{
border: none; border: none;
float: right; float: right;
--disconnected-color: white; --disconnected-color: white;
--connected-color: #ff9800;
} }
.castButton:focus { .castButton:focus {
@@ -2542,7 +2543,7 @@ nav ul li:hover, nav ul li.active {
} }
.volume-container-cast { .volume-container-cast {
right: 10.1%; right: 42px;
} }
#volume { #volume {
@@ -2596,8 +2597,9 @@ nav ul li:hover, nav ul li.active {
} }
.castButton { .castButton {
width: 3em; width: 39px;
margin-top: 0.5em; height: 51px;
padding-top: 0em;
} }
#bar{ #bar{