dribbblish: fix border radius for "new" cover position

This commit is contained in:
Luke-zhang-04 2021-05-17 09:57:50 -04:00
parent 535488e5c6
commit ef0ec80c0a
No known key found for this signature in database
GPG Key ID: 61BCE27146B1B0B9
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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,