more adjustments to styles on the fullscreen player

This commit is contained in:
jeffvli 2025-06-26 01:36:42 -07:00
parent c429ac9223
commit eb078d62cd
2 changed files with 1 additions and 6 deletions

View file

@ -2,7 +2,6 @@
position: absolute;
max-width: 100%;
height: 100%;
object-position: 50% 100%;
border-radius: 5px;
filter: drop-shadow(0 0 5px rgb(0 0 0 / 40%)) drop-shadow(0 0 5px rgb(0 0 0 / 40%));
}

View file

@ -208,7 +208,7 @@ export const FullScreenPlayerImage = () => {
</div>
<Stack
className={styles.metadataContainer}
gap="2px"
gap="md"
maw="100%"
>
<Text
@ -222,7 +222,6 @@ export const FullScreenPlayerImage = () => {
</Text>
<Text
component={Link}
fw={600}
isLink
overflow="hidden"
size="xl"
@ -238,7 +237,6 @@ export const FullScreenPlayerImage = () => {
<Fragment key={`fs-artist-${artist.id}`}>
{index > 0 && (
<Text
isMuted
style={{
display: 'inline-block',
padding: '0 0.5rem',
@ -249,9 +247,7 @@ export const FullScreenPlayerImage = () => {
)}
<Text
component={Link}
fw={600}
isLink
isMuted
to={generatePath(AppRoute.LIBRARY_ALBUM_ARTISTS_DETAIL, {
albumArtistId: artist.id,
})}