additional nav bar items, lyricsearch.jsx changes/cleanup + bugfix for autocomplete scrolling & change to primereact theme (bootstrap4-dark-blue)
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user