additional nav bar items, lyricsearch.jsx changes/cleanup + bugfix for autocomplete scrolling & change to primereact theme (bootstrap4-dark-blue)

This commit is contained in:
2025-07-15 14:34:44 -04:00
parent b19b8dc22e
commit 289411c8eb
4 changed files with 174 additions and 135 deletions

View File

@@ -1,5 +1,5 @@
@import "tailwindcss";
@import "primereact/resources/themes/nano/theme.css";
@import "primereact/resources/themes/bootstrap4-dark-blue/theme.css";
@custom-variant dark (&:where([data-theme=dark], [data-theme=dark] *));
@plugin "@tailwindcss/typography";
@@ -227,3 +227,14 @@ Custom
white-space: pre-wrap;
color: 'inherit';
}
.lyrics-card-copyButton {
float: right;
padding-bottom: 3%;
}
.p-autocomplete-items {
max-height: 200px !important;
overflow-y: auto !important;
overscroll-behavior: contain;
}