rewrite playlist page with @Akryum/vue-virtual-scroller

This commit is contained in:
geoffrey45
2022-10-07 23:14:54 +03:00
committed by Mungai Njoroge
parent ffecfac8c7
commit 1fa7ec4c43
6 changed files with 116 additions and 6 deletions
+10
View File
@@ -54,6 +54,16 @@ $g-border: solid 1px $gray5;
padding-right: calc(1rem - $small + 2px);
}
.v-scroll-page {
width: calc(100% + $medium) !important;
.scroller {
height: 100%;
width: 100%;
padding-right: $small !important;
}
}
// ====== MODIFIERS =======
#app-grid.extendWidth {
+10
View File
@@ -21,6 +21,16 @@
}
}
.v-scroll-page {
width: calc(100% + 1rem) !important;
.scroller {
height: 100%;
width: 100%;
padding-right: 1rem !important;
}
}
#app-grid.noSidebar > #acontent {
padding-right: 1rem !important;
}