Added join-link for iframes

This commit is contained in:
Kasper Rynning-Tønnesen
2018-09-23 21:15:10 +02:00
parent f5e9424161
commit df2bb4809e
3 changed files with 20 additions and 0 deletions

View File

@@ -517,6 +517,17 @@ li.disabled span {
padding-right: 1px;
}
.addedJoinBox {
position: absolute;
bottom: 50px;
z-index: 99;
left: 0px;
text-align: left;
background: #2d2d2d;
padding: 20px;
color: white;
}
#closePlayer{
position: fixed;
top: 7px;
@@ -2991,6 +3002,10 @@ nav ul li:hover, nav ul li.active {
display: none !important;
}
.addedJoinBox {
display: none;
}
#playbar{
display:block;
position: fixed;