mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
set fullscreen player badges to transparent
This commit is contained in:
parent
01f5745629
commit
4acbb1820d
2 changed files with 6 additions and 4 deletions
|
|
@ -270,12 +270,10 @@ export const FullScreenPlayerImage = () => {
|
|||
mt="sm"
|
||||
>
|
||||
{currentSong?.container && (
|
||||
<Badge size="lg">
|
||||
{currentSong?.container} {currentSong?.bitRate}
|
||||
</Badge>
|
||||
<Badge variant="transparent">{currentSong?.container}</Badge>
|
||||
)}
|
||||
{currentSong?.releaseYear && (
|
||||
<Badge size="lg">{currentSong?.releaseYear}</Badge>
|
||||
<Badge variant="transparent">{currentSong?.releaseYear}</Badge>
|
||||
)}
|
||||
</Group>
|
||||
</Stack>
|
||||
|
|
|
|||
|
|
@ -6,6 +6,10 @@
|
|||
background: transparent;
|
||||
}
|
||||
|
||||
.root[data-variant='transparent'] {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.root {
|
||||
padding: var(--theme-spacing-xs) var(--theme-spacing-sm);
|
||||
font-weight: 500;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue