mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed issue with player height on mobile
This commit is contained in:
@@ -2037,6 +2037,10 @@ nav ul li:hover, nav ul li.active {
|
|||||||
width:95vw !important;
|
width:95vw !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#main-container {
|
||||||
|
padding-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
#playbar{
|
#playbar{
|
||||||
display:block;
|
display:block;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
@@ -2159,6 +2163,7 @@ nav ul li:hover, nav ul li.active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#player{
|
#player{
|
||||||
|
height: calc(100%);
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user