audio editable

This commit is contained in:
2024-04-02 12:27:11 +02:00
parent a96230ebe7
commit e34c9cbd9c
5 changed files with 211 additions and 6 deletions

View File

@@ -1069,7 +1069,8 @@ body{
}
div.editable-image,
div.editable-video{
div.editable-video,
div.editable-audios{
background: #eee;
max-width: 100%;
div.file-btn{
@@ -1110,4 +1111,11 @@ div.editable-video{
input[type="file"]{
display: none;
}
&.can-update{
.plyr--audio{
.plyr__controls{
background-color: transparent;
}
}
}
}