Astromations / Hazy

A translucent spicetify theme
257 stars 12 forks source link

fix: transparent window controls in global nav #100

Closed sanoojes closed 3 months ago

sanoojes commented 3 months ago

Fix transparent window controls with global nav

Current: image

Fixed: image

sanoojes commented 3 months ago

@Astromations should i make the global nav buttons like this image

Changed css

.main-globalNav-icon {
    aspect-ratio: 1 / 1;
    background-color: var(--spice-main);
    border-radius: var(--button-border);
}

.spotify__container--is-desktop.spotify__os--is-windows .Root__globalNav {
    padding-inline: 58px 135px;
}
Astromations commented 3 months ago

No. It'll look out of place since it isn't framed in a container. The transparent background looks fine. Though you could try and match the css style of the search bar to that of the non-global nav layout. Thanks for all the help btw. Exams have been eating up a lot of my time so I appreciate it.

sanoojes commented 3 months ago

No. It'll look out of place since it isn't framed in a container. The transparent background looks fine. Though you could try and match the css style of the search bar to that of the non-global nav layout. Thanks for all the help btw. Exams have been eating up a lot of my time so I appreciate it.

oo good i will help out as i can in my free time

sanoojes commented 3 months ago

image should i make the search bar like this in global nav layout?