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;