style: update audio element styling in chat module

This commit is contained in:
dakai
2024-10-14 02:00:46 +08:00
parent 853212cf13
commit ad1ce92937
5 changed files with 57 additions and 58 deletions

View File

@@ -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;
}