mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Soundcloud-player + soundcloud-search added
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user