diff options
| author | Henry Jameson <me@hjkos.com> | 2018-04-07 21:58:29 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-04-07 21:58:29 +0300 |
| commit | 65f82cf29438fc898cb7733f7bfc8a7868e6f4af (patch) | |
| tree | 622bd922f9b03aca2ddd8e4cba52bb9d9c3c852d /src/components/attachment/attachment.vue | |
| parent | 529643d35acf10ce5d8793cd2d8309f5bd36d249 (diff) | |
<select> styling (abeit somewhat not pretty code-wise), default colors for
default schemes.
Diffstat (limited to 'src/components/attachment/attachment.vue')
| -rw-r--r-- | src/components/attachment/attachment.vue | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue index 65dc3bab..04f6add4 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -41,6 +41,11 @@ flex: 0 0 auto; max-height: 300px; max-width: 100%; + line-height: 0; + + video { + max-height: 300px; + } } .attachment { |
