mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-25 13:02:10 +00:00
fix alignment of right expanded cover
This commit is contained in:
parent
1eddb9655e
commit
43452294db
2 changed files with 3 additions and 2 deletions
|
|
@ -8,6 +8,7 @@ Fixed:
|
|||
- Notification popups are being invisible when the (dribbblish) settings are open
|
||||
- Missing on/off times settings for `Based on Time` dark mode (#107)
|
||||
- Playing icon position being wrong when listening to a playlist that is inside a folder ([#106 (comment)](https://github.com/JulienMaille/dribbblish-dynamic-theme/issues/106#issuecomment-967208507))
|
||||
- Alignment of right expanded cover
|
||||
|
||||
Improved:
|
||||
- The settings UI now better represents grouped items
|
||||
|
|
|
|||
|
|
@ -1055,12 +1055,12 @@ div.GlueDropTarget.personal-library > *.active {
|
|||
}
|
||||
|
||||
html.right-expanded-cover .main-coverSlotExpanded-container {
|
||||
right: calc(var(--main-gap) + 10px);
|
||||
right: var(--main-gap);
|
||||
left: unset;
|
||||
}
|
||||
|
||||
html.right-expanded-cover.buddyfeed-visible .main-coverSlotExpanded-container {
|
||||
right: calc(var(--main-gap) + var(--buddy-feed-width) + 10px);
|
||||
right: calc(var(--main-gap) + var(--buddy-feed-width));
|
||||
left: unset;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue