mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-27 05:36:39 +08:00
10 lines
111 B
SCSS
10 lines
111 B
SCSS
.openai-voice-visualizer {
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
canvas {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|