mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 02:42:54 +01:00
dribbblish: fix border radius for "new" cover position
This commit is contained in:
parent
535488e5c6
commit
ef0ec80c0a
@ -1322,7 +1322,7 @@ button#player-button-repeat,
|
||||
#view-now-playing.expanded {
|
||||
bottom: calc(var(--bar-height) + var(--main-gap));
|
||||
left: var(--sidebar-width);
|
||||
border-top-right-radius: var(--main-corner-radius);
|
||||
border-radius: var(--cover-border-radius);
|
||||
}
|
||||
|
||||
#view-now-playing a.image.large figure,
|
||||
|
@ -1411,7 +1411,7 @@ button#player-button-repeat,
|
||||
#view-now-playing.expanded {
|
||||
bottom: calc(2 * var(--main-gap) + var(--bar-height) + 2px);
|
||||
right: calc(2 * var(--main-gap));
|
||||
border-top-right-radius: var(--main-corner-radius);
|
||||
border-radius: var(--cover-border-radius);
|
||||
}
|
||||
|
||||
#view-now-playing a.image.large figure,
|
||||
|
Loading…
Reference in New Issue
Block a user