Updated version of host-mode

This commit is contained in:
Kasper Rynning-Tønnesen
2018-06-07 11:41:12 +02:00
parent f4336bdb6a
commit 8039ad1da3
4 changed files with 22 additions and 1 deletions

View File

@@ -2186,7 +2186,18 @@ nav ul li:hover, nav ul li.active {
}
.host-mode-wrapper {
height: calc(100vh - 48px + 15px) !important;
height: calc(65vh - 48px + 15px) !important;
}
#host-title {
color: white;
position: absolute;
z-index: 999999;
padding: 20px;
font-size: 1.5rem;
width: 100%;
background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,1));
text-align: left;
}