mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 22:13:47 +08:00
style: update audio element styling in chat module
This commit is contained in:
@@ -399,3 +399,12 @@ pre {
|
||||
.copyable {
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
audio {
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
audio::-webkit-media-controls-play-button,
|
||||
audio::-webkit-media-controls-panel {
|
||||
background-color: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user