mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
more adjustments to styles on the fullscreen player
This commit is contained in:
parent
c429ac9223
commit
eb078d62cd
2 changed files with 1 additions and 6 deletions
|
|
@ -2,7 +2,6 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
object-position: 50% 100%;
|
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
filter: drop-shadow(0 0 5px rgb(0 0 0 / 40%)) drop-shadow(0 0 5px rgb(0 0 0 / 40%));
|
filter: drop-shadow(0 0 5px rgb(0 0 0 / 40%)) drop-shadow(0 0 5px rgb(0 0 0 / 40%));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -208,7 +208,7 @@ export const FullScreenPlayerImage = () => {
|
||||||
</div>
|
</div>
|
||||||
<Stack
|
<Stack
|
||||||
className={styles.metadataContainer}
|
className={styles.metadataContainer}
|
||||||
gap="2px"
|
gap="md"
|
||||||
maw="100%"
|
maw="100%"
|
||||||
>
|
>
|
||||||
<Text
|
<Text
|
||||||
|
|
@ -222,7 +222,6 @@ export const FullScreenPlayerImage = () => {
|
||||||
</Text>
|
</Text>
|
||||||
<Text
|
<Text
|
||||||
component={Link}
|
component={Link}
|
||||||
fw={600}
|
|
||||||
isLink
|
isLink
|
||||||
overflow="hidden"
|
overflow="hidden"
|
||||||
size="xl"
|
size="xl"
|
||||||
|
|
@ -238,7 +237,6 @@ export const FullScreenPlayerImage = () => {
|
||||||
<Fragment key={`fs-artist-${artist.id}`}>
|
<Fragment key={`fs-artist-${artist.id}`}>
|
||||||
{index > 0 && (
|
{index > 0 && (
|
||||||
<Text
|
<Text
|
||||||
isMuted
|
|
||||||
style={{
|
style={{
|
||||||
display: 'inline-block',
|
display: 'inline-block',
|
||||||
padding: '0 0.5rem',
|
padding: '0 0.5rem',
|
||||||
|
|
@ -249,9 +247,7 @@ export const FullScreenPlayerImage = () => {
|
||||||
)}
|
)}
|
||||||
<Text
|
<Text
|
||||||
component={Link}
|
component={Link}
|
||||||
fw={600}
|
|
||||||
isLink
|
isLink
|
||||||
isMuted
|
|
||||||
to={generatePath(AppRoute.LIBRARY_ALBUM_ARTISTS_DETAIL, {
|
to={generatePath(AppRoute.LIBRARY_ALBUM_ARTISTS_DETAIL, {
|
||||||
albumArtistId: artist.id,
|
albumArtistId: artist.id,
|
||||||
})}
|
})}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue