mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Button
This commit is contained in:
@@ -1008,6 +1008,15 @@ nav ul li:hover, nav ul li.active {
|
|||||||
.mobile-search{display:none;}
|
.mobile-search{display:none;}
|
||||||
|
|
||||||
@media only screen and (max-width: 600px){
|
@media only screen and (max-width: 600px){
|
||||||
|
#playbar{
|
||||||
|
display:block;
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0px;
|
||||||
|
z-index: 1000;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.mega {display:none;}
|
.mega {display:none;}
|
||||||
.mobile-search{display:block;}
|
.mobile-search{display:block;}
|
||||||
|
|
||||||
@@ -1085,14 +1094,7 @@ nav ul li:hover, nav ul li.active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 992px){
|
@media only screen and (min-width: 992px){
|
||||||
#playbar{
|
|
||||||
display:block;
|
|
||||||
position: fixed;
|
|
||||||
bottom: 0px;
|
|
||||||
z-index: 1000;
|
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar-fixed {
|
.navbar-fixed {
|
||||||
height: 64px;
|
height: 64px;
|
||||||
|
|||||||
Reference in New Issue
Block a user