aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-02-29 19:30:54 +0200
committerHenry Jameson <me@hjkos.com>2024-02-29 19:30:54 +0200
commit23a8bee053c7c5cfa0daee1fe8bd46d22221bb56 (patch)
treea83f8385470ef17acc3d59428a01fef0e91271c4
parentfb55c98483950bf02758ca1ec21e3e428fe35751 (diff)
fix more attachments issues
-rw-r--r--src/components/attachment/attachment.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/components/attachment/attachment.scss b/src/components/attachment/attachment.scss
index b1a3fa5e..47660bf6 100644
--- 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;