-
Notifications
You must be signed in to change notification settings - Fork 18
Canvas stretches over entire window since Spotify version 1.2.34.783 #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
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;
} |
The visualizer isn't working for me, just shows a loading symbol. |
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 |
I can't install it. The Powershell said that it can't find custom app visualizer |
app fills the entire screen instead of just center area
The text was updated successfully, but these errors were encountered: