mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Better aligning of volume-slider and chromecast button on mobile
This commit is contained in:
@@ -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{
|
||||||
|
|||||||
Reference in New Issue
Block a user