mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-23 23:20:57 +03:00
Make cover rectangular in player when cover animation is disabled
This commit is contained in:
parent
5d9bea5087
commit
1922eaaab2
@ -35,8 +35,8 @@ const useStyle = makeStyles(
|
||||
'pointer-events': 'none',
|
||||
},
|
||||
'& .music-player-panel .panel-content div.img-rotate': {
|
||||
'animation-duration': (props) =>
|
||||
props.enableCoverAnimation ? null : '0s',
|
||||
animationDuration: (props) => !props.enableCoverAnimation && '0s',
|
||||
borderRadius: (props) => !props.enableCoverAnimation && '0',
|
||||
},
|
||||
},
|
||||
artistAlbum: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user