aboutsummaryrefslogtreecommitdiff
path: root/src/components/attachment
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-04-07 21:58:29 +0300
committerHenry Jameson <me@hjkos.com>2018-04-07 21:58:29 +0300
commit65f82cf29438fc898cb7733f7bfc8a7868e6f4af (patch)
tree622bd922f9b03aca2ddd8e4cba52bb9d9c3c852d /src/components/attachment
parent529643d35acf10ce5d8793cd2d8309f5bd36d249 (diff)
<select> styling (abeit somewhat not pretty code-wise), default colors for
default schemes.
Diffstat (limited to 'src/components/attachment')
-rw-r--r--src/components/attachment/attachment.vue5
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 {