feat: support audio player on widget (#4250)
This commit is contained in:
@@ -51,7 +51,10 @@
|
||||
|
||||
.has-attachment {
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
|
||||
:not([audio]) {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
&.has-text {
|
||||
margin-top: $space-smaller;
|
||||
@@ -213,11 +216,14 @@
|
||||
display: inline-block;
|
||||
font-size: $font-size-default;
|
||||
line-height: 1.5;
|
||||
max-width: 100%;
|
||||
padding: $space-slab $space-normal;
|
||||
text-align: left;
|
||||
word-break: break-word;
|
||||
|
||||
:not([audio]) {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
>a {
|
||||
color: $color-primary;
|
||||
word-break: break-all;
|
||||
|
||||
Reference in New Issue
Block a user