fix more attachments issues

This commit is contained in:
Henry Jameson 2024-02-29 19:30:54 +02:00
parent fb55c98483
commit 23a8bee053
1 changed files with 7 additions and 0 deletions

View File

@ -82,6 +82,13 @@
}
}
.video-container {
border: none;
outline: none;
color: inherit;
background: transparent;
}
.audio-container {
display: flex;
align-items: flex-end;