Added button for generating channelname in frontpage

This commit is contained in:
Kasper Rynning-Tønnesen
2018-02-21 10:30:10 +01:00
parent 5011a3cf10
commit c7e43762b4
6 changed files with 46 additions and 0 deletions

View File

@@ -466,6 +466,15 @@ li.disabled span {
/*transition: 1s;*/
}
.generate-channel-name {
margin-left: -24px;
padding-right: 5px;
height: 46px;
display: flex;
justify-content: center;
align-items: center;
}
#frontpage_player{
position: fixed;
bottom: 10px;