mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 13:00:25 +02:00
Adjust various styles
This commit is contained in:
@@ -166,7 +166,7 @@ export const AlbumArtistDetailContent = () => {
|
||||
title: (
|
||||
<>
|
||||
<TextTitle
|
||||
order={3}
|
||||
order={2}
|
||||
weight={700}
|
||||
>
|
||||
Recent releases
|
||||
@@ -194,7 +194,7 @@ export const AlbumArtistDetailContent = () => {
|
||||
},
|
||||
title: (
|
||||
<TextTitle
|
||||
order={3}
|
||||
order={2}
|
||||
weight={700}
|
||||
>
|
||||
Appears on
|
||||
@@ -212,7 +212,7 @@ export const AlbumArtistDetailContent = () => {
|
||||
},
|
||||
title: (
|
||||
<TextTitle
|
||||
order={3}
|
||||
order={2}
|
||||
weight={700}
|
||||
>
|
||||
Related artists
|
||||
@@ -381,7 +381,7 @@ export const AlbumArtistDetailContent = () => {
|
||||
maw="1280px"
|
||||
>
|
||||
<TextTitle
|
||||
order={3}
|
||||
order={2}
|
||||
weight={700}
|
||||
>
|
||||
About {detailQuery?.data?.name}
|
||||
@@ -405,7 +405,7 @@ export const AlbumArtistDetailContent = () => {
|
||||
align="flex-end"
|
||||
>
|
||||
<TextTitle
|
||||
order={3}
|
||||
order={2}
|
||||
weight={700}
|
||||
>
|
||||
Top Songs
|
||||
|
||||
@@ -294,7 +294,7 @@ export const AlbumArtistDiscographyHeader = ({ itemCount, tableRef }: SongListHe
|
||||
>
|
||||
<Group noWrap>
|
||||
<TextTitle
|
||||
order={3}
|
||||
order={2}
|
||||
weight={700}
|
||||
>
|
||||
Tracks
|
||||
|
||||
@@ -300,7 +300,7 @@ export const AlbumArtistDetailSongListHeader = ({
|
||||
<Group noWrap>
|
||||
<TextTitle
|
||||
maw="20vw"
|
||||
order={3}
|
||||
order={2}
|
||||
overflow="hidden"
|
||||
weight={700}
|
||||
>
|
||||
|
||||
+1
-1
@@ -55,7 +55,7 @@ export const AlbumArtistDetailTopSongsListHeader = ({
|
||||
<Group noWrap>
|
||||
<TextTitle
|
||||
maw="20vw"
|
||||
order={3}
|
||||
order={2}
|
||||
overflow="hidden"
|
||||
weight={700}
|
||||
>
|
||||
|
||||
@@ -317,7 +317,7 @@ export const AlbumArtistListHeader = ({
|
||||
>
|
||||
<Group noWrap>
|
||||
<TextTitle
|
||||
order={3}
|
||||
order={2}
|
||||
weight={700}
|
||||
>
|
||||
Album Artists
|
||||
|
||||
Reference in New Issue
Block a user