mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
d9172efae9
* add visualizer configuration * add visualizer presets * add butterchurn visualizer * wrap visualizers in error boundary
12 lines
176 B
CSS
12 lines
176 B
CSS
.container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: var(--theme-spacing-md);
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.select-label {
|
|
text-align: center;
|
|
}
|