moved chromecast to top

This commit is contained in:
Kasper Rynning-Tønnesen
2019-11-05 15:27:32 +01:00
parent 72acad3547
commit 0d0a4625c8
5 changed files with 21 additions and 10 deletions

View File

@@ -1969,10 +1969,11 @@ nav .zbrand.channel-logo-container {
.castButton {
/* display: none; !important*/
height: 32px;
/* height: 32px;
width: 32px;
padding-top: 3px;
padding-bottom: 2px;
*/
padding: 20px 0px;
height: 64px;
background: transparent;
border: none;
float: right;
@@ -2681,10 +2682,19 @@ margin-right: 52%;
margin-left: 10px;
}
.skip_next_client {
.skip_next_client,
.cast-button-header {
float: left;
}
.cast-button-header {
display: none;
height: 64px;
width: 64px;
justify-content: center;
align-items: center;
}
#volume-button {
padding-top: 3px;
padding-left: 2px;