diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-29 19:30:54 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-29 19:30:54 +0200 |
| commit | 23a8bee053c7c5cfa0daee1fe8bd46d22221bb56 (patch) | |
| tree | a83f8385470ef17acc3d59428a01fef0e91271c4 /src | |
| parent | fb55c98483950bf02758ca1ec21e3e428fe35751 (diff) | |
fix more attachments issues
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/attachment/attachment.scss | 7 |
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; |
