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