mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-19 04:08:53 +00:00
improve playbar controls centering
This commit is contained in:
parent
21f3bac34f
commit
c099d5c205
1 changed files with 4 additions and 0 deletions
|
|
@ -1162,6 +1162,10 @@ html.right-expanded-cover.buddyfeed-visible .main-coverSlotExpanded-container {
|
|||
}
|
||||
|
||||
.main-nowPlayingWidget-coverExpanded {
|
||||
transform: translateX(0px);
|
||||
}
|
||||
|
||||
#main[player-controls="spotify"] .main-nowPlayingWidget-coverExpanded {
|
||||
transform: translateX(-27px);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue