commit: 23a8bee053c7c5cfa0daee1fe8bd46d22221bb56
parent fb55c98483950bf02758ca1ec21e3e428fe35751
Author: Henry Jameson <me@hjkos.com>
Date: Thu, 29 Feb 2024 19:30:54 +0200
fix more attachments issues
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/components/attachment/attachment.scss b/src/components/attachment/attachment.scss
@@ -82,6 +82,13 @@
}
}
+ .video-container {
+ border: none;
+ outline: none;
+ color: inherit;
+ background: transparent;
+ }
+
.audio-container {
display: flex;
align-items: flex-end;