Fix audio messages in channels
This commit is contained in:
parent
ecd7bd8090
commit
35b2dc60d7
4 changed files with 16 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue