moved some css out from js

This commit is contained in:
Kasper Rynning-Tønnesen
2018-07-24 23:44:10 +02:00
parent 8638685e19
commit dea78ffd41
2 changed files with 16 additions and 3 deletions

View File

@@ -183,6 +183,19 @@ margin: auto;
width: 50% !important;
}
.hide-playlist-button {
position: absolute;
top: 128px;
background: inherit;
display:flex;
align-items:center;
justify-content:center;
z-index: 99;
font-size: 1rem;
padding: 10px;
color: white;
}
#pageNumber{
cursor: default;
color: white;
@@ -191,7 +204,7 @@ margin: auto;
}
#channel-share-modal {
overflow:hidden;
overflow:hidden;
background: transparent !important;
text-align: center !important;
margin: auto;