mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Updates to playlist sizing on screen width
This commit is contained in:
@@ -2212,8 +2212,13 @@ nav ul li:hover, nav ul li.active {
|
||||
width:100vw;
|
||||
}
|
||||
|
||||
|
||||
.playlist-tabs-loggedIn, .playlist-tabs {
|
||||
width: calc(100%) !important;
|
||||
}
|
||||
|
||||
.tabs_height{
|
||||
height:auto !important;
|
||||
height:calc(100vh - 48px - 64px - 134px) !important;
|
||||
overflow:initial;
|
||||
}
|
||||
|
||||
@@ -2316,6 +2321,11 @@ nav ul li:hover, nav ul li.active {
|
||||
margin-top:-6px;
|
||||
}
|
||||
|
||||
#playlist {
|
||||
margin-left: 8px;
|
||||
width: calc(100% - 8px);
|
||||
}
|
||||
|
||||
#player{
|
||||
pointer-events:none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user