FIX: playlist icon centering on mac os

IMP: buddy list offset when windows buttons are hidden
This commit is contained in:
Julien Maille 2021-04-25 19:59:17 +02:00
parent 77172a1a61
commit e65451504d
2 changed files with 8 additions and 6 deletions

View File

@ -358,7 +358,7 @@ new Spicetify.Menu.Item("About", false, () => window.open("spotify:app:about")).
// Track elapsed time
(function Dribbblish() {
if (!Spicetify.Player.origin) {
if (!Spicetify.Player.origin || !Spicetify.EventDispatcher || !Spicetify.Event) {
setTimeout(Dribbblish, 300);
return;
}

View File

@ -259,6 +259,10 @@ select {
margin-top: 15px !important;
}
.body-container--windows:not(.with-buddy-list):not(.messagebar) .content-top-bar__profile {
margin-right: calc(var(--os-windows-icon-dodge) * 135px);
}
/* Spice up Fullscreen mode */
#view-player .album-art .album-art__image {
@ -633,11 +637,9 @@ body.remotebar .view-player .player-bar-wrapper {
padding-bottom: 12px;
}
.scrollbar-style-visible-linux .RootlistItem,
.scrollbar-style-visible-mac .RootlistItem,
.scrollbar-style-visible-windows .RootlistItem {
padding-right: var(--left-sidebar-padding-right);
padding-left: var(--left-sidebar-padding-left);
.RootlistItem {
padding-right: var(--left-sidebar-padding-right) !important;
padding-left: var(--left-sidebar-padding-left) !important;
}
.SidebarListItem--is-active:after,