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;
|
||||
}
|
||||
|
||||
#main-container {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
#playbar{
|
||||
display:block;
|
||||
position: fixed;
|
||||
@@ -2159,6 +2163,7 @@ nav ul li:hover, nav ul li.active {
|
||||
}
|
||||
|
||||
#player{
|
||||
height: calc(100%);
|
||||
display:none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user