Fix #46 add playlists and version to footer

This commit is contained in:
2025-07-10 13:38:41 +02:00
parent 7cdfa00af5
commit 44fc2bb621
11 changed files with 62 additions and 7 deletions

View File

@ -24,6 +24,7 @@
position: sticky;
bottom: 0px;
display: inline-block;
z-index: 99;
}
:global(.toast.error) {
--toastColor: var(--color-button-text);