Fix audio messages in channels

This commit is contained in:
N-Pex 2024-10-17 16:39:12 +02:00
parent ecd7bd8090
commit 35b2dc60d7
4 changed files with 16 additions and 5 deletions

View file

@ -82,7 +82,7 @@
border-radius: 0 !important;
padding: 0 15px 0 15px;
}
.bubble.image-bubble {
.bubble.image-bubble, .bubble.audio-bubble {
/* full bleed */
padding: 0 0 0 0;
border-radius: 0 !important;
@ -115,6 +115,7 @@
.audio-player {
color: #1c1c31 !important;
padding: 0 8px;
.currentColor {
background-color: #000000 !important;
}
@ -152,7 +153,7 @@
padding: 15px 40px 15px 60px;
align-items: start;
position: relative;
svg {
svg, .v-icon {
position: absolute;
top: 12px;
left: 12px;