mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fix for visuals of mobile results
- Fix for no results being appended infinitely - Loader on search input bar instead of interferring
This commit is contained in:
@@ -2739,6 +2739,19 @@ nav ul li:hover, nav ul li.active {
|
||||
}
|
||||
|
||||
|
||||
.empty-inner-results {
|
||||
height: 100vh !important;
|
||||
}
|
||||
|
||||
#empty-results {
|
||||
height: calc(100vh - 112px);
|
||||
}
|
||||
|
||||
.search_input {
|
||||
padding-right: 50px;
|
||||
width: calc(100vw - 78px);
|
||||
}
|
||||
|
||||
.playlist-tabs-loggedIn, .playlist-tabs {
|
||||
width: calc(100%) !important;
|
||||
}
|
||||
@@ -3041,6 +3054,9 @@ nav ul li:hover, nav ul li.active {
|
||||
margin-left: -36px;
|
||||
margin-top: 0;
|
||||
height: 56px;
|
||||
position: absolute;
|
||||
right: 15px;
|
||||
top: 50px;
|
||||
}
|
||||
|
||||
.title-container{
|
||||
|
||||
Reference in New Issue
Block a user