mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-03 06:51:16 +00:00
feat: fix chip, title artist
This commit is contained in:
parent
cbdffc8e4c
commit
9cf63bea9c
@ -54,7 +54,6 @@ const stylesheet = `
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@keyframes gradientFlow {
|
@keyframes gradientFlow {
|
||||||
0% { background-position: 0% 50%; }
|
0% { background-position: 0% 50%; }
|
||||||
50% { background-position: 100% 50%; }
|
50% { background-position: 100% 50%; }
|
||||||
|
|||||||
@ -259,6 +259,8 @@ export default {
|
|||||||
content: {
|
content: {
|
||||||
padding: '0 !important',
|
padding: '0 !important',
|
||||||
background: `linear-gradient(${colors.dark}, ${colors.gray[500]})`,
|
background: `linear-gradient(${colors.dark}, ${colors.gray[500]})`,
|
||||||
|
borderTopRightRadius: '8px',
|
||||||
|
borderTopLeftRadius: '8px',
|
||||||
},
|
},
|
||||||
contentWithSidebar: {
|
contentWithSidebar: {
|
||||||
gap: '2px',
|
gap: '2px',
|
||||||
@ -344,8 +346,6 @@ export default {
|
|||||||
// Navidrome Custom Components
|
// Navidrome Custom Components
|
||||||
NDAlbumDetails: {
|
NDAlbumDetails: {
|
||||||
root: {
|
root: {
|
||||||
borderTopRightRadius: '8px',
|
|
||||||
borderTopLeftRadius: '8px',
|
|
||||||
boxShadow: 'none',
|
boxShadow: 'none',
|
||||||
background: `linear-gradient(45deg, ${colors.purple[500]}, ${colors.purple[400]}, ${colors.purple[600]})`,
|
background: `linear-gradient(45deg, ${colors.purple[500]}, ${colors.purple[400]}, ${colors.purple[600]})`,
|
||||||
backgroundSize: '200% 200%',
|
backgroundSize: '200% 200%',
|
||||||
@ -375,8 +375,9 @@ export default {
|
|||||||
fontWeight: 900,
|
fontWeight: 900,
|
||||||
},
|
},
|
||||||
recordArtist: {
|
recordArtist: {
|
||||||
fontSize: '.875rem',
|
fontSize: '1.5rem',
|
||||||
fontWeight: 700,
|
fontWeight: 700,
|
||||||
|
textShadow: '0 2px 16px rgba(0, 0, 0, 0.3)',
|
||||||
},
|
},
|
||||||
recordMeta: {
|
recordMeta: {
|
||||||
fontSize: '.875rem',
|
fontSize: '.875rem',
|
||||||
@ -387,6 +388,23 @@ export default {
|
|||||||
paddingTop: '0px',
|
paddingTop: '0px',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
RaSingleFieldList: {
|
||||||
|
root: {
|
||||||
|
'& a:first-of-type > .MuiChip-root': {
|
||||||
|
marginLeft: '0px',
|
||||||
|
},
|
||||||
|
'& a > .MuiChip-root': {
|
||||||
|
backgroundColor: colors.pink[500],
|
||||||
|
fontSize: '0.6rem',
|
||||||
|
height: '20px',
|
||||||
|
'& .MuiChip-label': {
|
||||||
|
color: colors.white,
|
||||||
|
paddingLeft: '5px',
|
||||||
|
paddingRight: '5px',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
NDAlbumGridView: {
|
NDAlbumGridView: {
|
||||||
albumName: {
|
albumName: {
|
||||||
marginTop: '0.5rem',
|
marginTop: '0.5rem',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user