mirror of
https://github.com/navidrome/navidrome.git
synced 2025-06-06 18:33:10 +03:00
Fix aspect ratio of login icon
This commit is contained in:
parent
f1bd736b20
commit
0d409e37e2
@ -346,6 +346,7 @@ export default {
|
|||||||
icon: {
|
icon: {
|
||||||
backgroundColor: 'transparent',
|
backgroundColor: 'transparent',
|
||||||
width: '100px',
|
width: '100px',
|
||||||
|
height: '100px',
|
||||||
},
|
},
|
||||||
card: {
|
card: {
|
||||||
minWidth: 300,
|
minWidth: 300,
|
||||||
|
@ -267,6 +267,7 @@ export default {
|
|||||||
icon: {
|
icon: {
|
||||||
backgroundColor: 'inherit',
|
backgroundColor: 'inherit',
|
||||||
width: '5em',
|
width: '5em',
|
||||||
|
height: '5em',
|
||||||
},
|
},
|
||||||
card: {
|
card: {
|
||||||
background: 'none',
|
background: 'none',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user