revert padding of sidebar filters

This commit is contained in:
jeffvli
2025-12-15 01:14:19 -08:00
parent b2941b67d6
commit 455452bf77
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -294,7 +294,7 @@ export const Lyrics = ({ fadeOutNoLyricsMessage = true }: LyricsProps) => {
<ComponentErrorBoundary>
<div className={styles.lyricsContainer}>
{isLoadingLyrics ? (
<Spinner container size={25} />
<Spinner container />
) : (
<AnimatePresence mode="sync">
{hasNoLyrics ? (