Konsl / spicetify-visualizer

Audio Visualizer for Spicetify
161 stars 13 forks source link

Canvas stretches over entire window since Spotify version 1.2.34.783 #21

Closed Konsl closed 7 months ago

Konsl commented 7 months ago
Spotify for Windows (64 bit)
1.2.34.783.g923721d9
Spicetify v2.36.2
xpui_2024-03-22_1711126575406_923721d
cef_122.1.13+gde5b724+chromium-122.0.6261.130
Runtime: Chrome

app fills the entire screen instead of just center area

screenshot

Konsl commented 7 months ago

Reverting c98f1d7 would fix this, but this would break compatibility with Comfy theme, see #3

Konsl commented 7 months ago

I've decided to revert the previous change. Use this CSS snippet to make the visualizer visible when using Comfy theme.

.visualizer-container {
  height: calc(100vh - max(var(--comfy-topbar-height, 40px), 8px) - 100px);
  margin-top: -64px;
}
jaquavion-III commented 5 months ago

The visualizer isn't working for me, just shows a loading symbol.

Konsl commented 5 months ago

First of all - why are you writing this in here? This issue is about an already resolved scaling issue which occurred like 4 updates ago. Secondly, there is actually an issue for what you are experiencing. Check it out on #26