feishin/src/renderer/features/player/components/visualizer.module.css
2025-06-24 14:52:27 -07:00

11 lines
148 B
CSS

.container {
z-index: 50;
width: 100%;
height: 100%;
margin: auto;
canvas {
width: 100%;
margin: auto;
}
}