mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 10:23:33 +00:00
Adjust various styles
This commit is contained in:
parent
2700774469
commit
5ddd0872ef
22 changed files with 54 additions and 48 deletions
|
|
@ -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}
|
||||
>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue