mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
improve playlist and album layout responsiveness
This commit is contained in:
@@ -47,7 +47,7 @@ let elem: HTMLElement;
|
|||||||
let classlist: DOMTokenList;
|
let classlist: DOMTokenList;
|
||||||
|
|
||||||
const route = useRoute();
|
const route = useRoute();
|
||||||
const apheader = ref<HTMLElement>(null);
|
const apheader = ref<any>(null);
|
||||||
const apbottomcontainer = ref(null);
|
const apbottomcontainer = ref(null);
|
||||||
const bottomContainerRaised = ref(false);
|
const bottomContainerRaised = ref(false);
|
||||||
|
|
||||||
@@ -111,9 +111,9 @@ function toggleBottom() {
|
|||||||
grid-template-rows: 18rem 1fr;
|
grid-template-rows: 18rem 1fr;
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
|
|
||||||
// .ap-page-content {
|
.ap-page-content {
|
||||||
// padding-bottom: 16rem;
|
padding-bottom: 16rem;
|
||||||
// }
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ap-page-bottom-container {
|
.ap-page-bottom-container {
|
||||||
@@ -184,6 +184,10 @@ function toggleBottom() {
|
|||||||
|
|
||||||
#ap-page {
|
#ap-page {
|
||||||
height: max-content;
|
height: max-content;
|
||||||
|
|
||||||
|
.ap-page-content {
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ap-page-bottom-container {
|
.ap-page-bottom-container {
|
||||||
|
|||||||
Reference in New Issue
Block a user