Closed Konsl closed 7 months ago
Reverting c98f1d7 would fix this, but this would break compatibility with Comfy theme, see #3
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
app fills the entire screen instead of just center area