mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53: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">
|
<style lang="scss">
|
||||||
.al-view {
|
.al-view {
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
|
height: 100%;
|
||||||
|
|
||||||
.songs {
|
.songs {
|
||||||
min-height: calc(100% - 31.5rem);
|
min-height: calc(100% - 31.5rem);
|
||||||
|
|||||||
@@ -38,6 +38,8 @@ const playlist = usePTrackStore();
|
|||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.playlist-view {
|
.playlist-view {
|
||||||
|
height: 100%;
|
||||||
|
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user