mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-25 04:12:29 +01:00
FIX: playlist icon centering on mac os
IMP: buddy list offset when windows buttons are hidden
This commit is contained in:
parent
77172a1a61
commit
e65451504d
@ -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;
|
||||
}
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user