mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
fix album and playlist page tracklist height
- make containers height: 100%
This commit is contained in:
@@ -40,6 +40,7 @@ onBeforeRouteUpdate(async (to) => {
|
||||
<style lang="scss">
|
||||
.al-view {
|
||||
scrollbar-width: none;
|
||||
height: 100%;
|
||||
|
||||
.songs {
|
||||
min-height: calc(100% - 31.5rem);
|
||||
|
||||
@@ -38,6 +38,8 @@ const playlist = usePTrackStore();
|
||||
|
||||
<style lang="scss">
|
||||
.playlist-view {
|
||||
height: 100%;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user