mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-19 04:00:16 +09:00
12 lines
168 B
SCSS
12 lines
168 B
SCSS
.voice-print {
|
|
width: 100%;
|
|
height: 60px;
|
|
margin: 20px 0;
|
|
|
|
canvas {
|
|
width: 100%;
|
|
height: 100%;
|
|
filter: brightness(1.2); // 增加整体亮度
|
|
}
|
|
}
|