Files
gpustack-ui/src/components/audio-animation/index.less
T
2024-12-02 22:15:43 +08:00

20 lines
282 B
Plaintext

.canvas-wrap {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
width: 100%;
canvas {
display: block;
width: 100%;
image-rendering: crisp-edges;
}
}
.scroller-wrapper {
width: 100%;
height: 100%;
overflow: hidden;
}