mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed positioning of searchloader on mobile
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
1. Global styles
|
||||
2. Entry page
|
||||
3. Channel page
|
||||
3.0 Page
|
||||
3.1 Video
|
||||
3.2 Playlist
|
||||
3.3 Search
|
||||
3.0 Page
|
||||
3.1 Video
|
||||
3.2 Playlist
|
||||
3.3 Search
|
||||
*/
|
||||
|
||||
html {
|
||||
@@ -664,13 +664,13 @@ main {
|
||||
}
|
||||
|
||||
nav .zbrand{
|
||||
min-width: 200px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
font-size: 30px;
|
||||
padding: 0 20px;
|
||||
left: initial;
|
||||
display: inline-flex;
|
||||
min-width: 200px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
font-size: 30px;
|
||||
padding: 0 20px;
|
||||
left: initial;
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.navbar-fixed {
|
||||
@@ -813,7 +813,7 @@ hide mdi-action-visibility mdi-action-visibility-off
|
||||
}
|
||||
|
||||
/*#nav-mobile{
|
||||
margin:-1px;
|
||||
margin:-1px;
|
||||
}*/
|
||||
|
||||
.mega{
|
||||
@@ -1556,9 +1556,9 @@ ul #chat-log{
|
||||
}
|
||||
|
||||
/*.castButton-active, .castButton-active:active, .castButton-active:hover, .castButton-active:focus{
|
||||
font-size: 5rem;
|
||||
margin-top: -70px;
|
||||
margin-right: 52%;
|
||||
font-size: 5rem;
|
||||
margin-top: -70px;
|
||||
margin-right: 52%;
|
||||
}*/
|
||||
|
||||
.chat-link{
|
||||
@@ -1608,7 +1608,7 @@ ul #chat-log{
|
||||
.nav-btn:hover > .hover-text {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
||||
nav ul li:hover, nav ul li.active {
|
||||
background-color: rgba(0,0,0,0.1);
|
||||
@@ -1808,14 +1808,14 @@ nav ul li:hover, nav ul li.active {
|
||||
}
|
||||
.result:hover, .hoverResults {
|
||||
background-color: rgba(0,0,0,0.4);
|
||||
}
|
||||
}
|
||||
|
||||
.search-title{
|
||||
.search-title{
|
||||
height: 40px;
|
||||
/*padding-top: 33px;
|
||||
margin-bottom: -16px;
|
||||
line-height: initial;*/
|
||||
}
|
||||
}
|
||||
|
||||
.list-remove{
|
||||
width: 70px;
|
||||
@@ -2798,8 +2798,9 @@ nav ul li:hover, nav ul li.active {
|
||||
}
|
||||
|
||||
#search_loader{
|
||||
margin-left: -50px;
|
||||
margin-top: 0px;
|
||||
margin-left: -36px;
|
||||
margin-top: 0;
|
||||
height: 56px;
|
||||
}
|
||||
|
||||
.title-container{
|
||||
@@ -3182,11 +3183,11 @@ input:not([type]):focus:not([readonly])+label, input[type=text]:not(.browser-def
|
||||
}
|
||||
|
||||
/*
|
||||
*
|
||||
*
|
||||
* Source: https://codepen.io/NickyCDK/pen/AIonk
|
||||
*
|
||||
*/
|
||||
*
|
||||
*
|
||||
* Source: https://codepen.io/NickyCDK/pen/AIonk
|
||||
*
|
||||
*/
|
||||
|
||||
#snow{
|
||||
pointer-events: none;
|
||||
|
||||
Reference in New Issue
Block a user