From 62b01f0d94a86a25bc20b88aadeb0fce747f1025 Mon Sep 17 00:00:00 2001 From: Jorge Vargas Date: Wed, 12 Mar 2025 19:38:46 -0600 Subject: [PATCH] Disable format tag --- src/components/Album.tsx | 2 +- src/pages/index.astro | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Album.tsx b/src/components/Album.tsx index f5bd0f3..9c4ed2a 100644 --- a/src/components/Album.tsx +++ b/src/components/Album.tsx @@ -59,7 +59,7 @@ function TrackList(props: { url: string; open: boolean; lastReqRef: React.RefObj {(i + 1).toString().padStart(2, '0').slice(-2)}. {t.name} - FLAC/MP3 + {/* {t.format} */} ))} diff --git a/src/pages/index.astro b/src/pages/index.astro index 3587c06..1c9ec84 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -115,10 +115,10 @@ import Downloader from '../components/Downloader' .format-tag { background-color: #4a4a4a; color: white; - padding: 3px 8px; border-radius: 4px; font-size: 0.85em; - margin-right: 10px; + margin: 10px; + text-transform: uppercase; } .download-btn { background-color: #28a745;