Pithaya / spicetify-apps

Spicetify extensions and custom apps.
54 stars 8 forks source link

Visualizer tab smaller than normal #49

Open IttsKK opened 2 months ago

IttsKK commented 2 months ago

Using comfy theme the visualizer is quite a bit smaller then it should be, this is an issue with the audio visualizer app as well, fix for that app was some custom css, not sure what the classes are for this one is but maybe this would work if the class was updated:

.visualizer-container {
  height: calc(100vh - max(var(--comfy-topbar-height, 40px), 8px) - 100px);
  margin-top: -64px;
}
Screenshot 2024-09-21 at 6 57 14 PM