Soundcloud-player + soundcloud-search added

This commit is contained in:
Kasper Rynning-Tønnesen
2018-05-03 14:27:54 +02:00
parent 93fc30dada
commit e94c024413
19 changed files with 863 additions and 356 deletions

View File

@@ -1480,7 +1480,7 @@ margin:-1px;
}
#inner-results {
height: calc(100vh - 64px - 76px);
height: calc(100vh - 64px - 76px - 64px);
overflow-y: scroll;
overflow-x: hidden;
}
@@ -1602,6 +1602,38 @@ ul #chat-log{
align-items: center;
}
.search_results {
background: black;
position: absolute;
width: 100vw;
top: 64px;
/* height: 100vh; */
}
.results-tabs li {
width: 50%;
text-align: center;
}
.results-tabs .indicator {
height: 2px;
z-index: 9;
position: absolute;
margin-left: -16px;
margin-top: 64px;
width: 50%;
}
#results_soundcloud {
padding: 0;
}
#results_soundcloud #inner-results {
height: calc(100vh - 64px - 76px);
}
#search_loader_inner{
display: flex;
}
@@ -2011,11 +2043,15 @@ nav ul li:hover, nav ul li.active {
position: absolute;
width: 100%;
top: 64px;
max-height: calc(100vh - 64px);
max-height: calc(100vh - 128px);
overflow: overlay;
overflow-x: hidden;
/* z-index: 99999999; */
}
#results_soundcloud {
max-height: calc(100vh - 64px - 64px);
}
.result:hover, .hoverResults {
background-color: rgba(0,0,0,0.4);
}