aboutsummaryrefslogtreecommitdiff
path: root/src/components/attachment
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2019-06-18 16:31:20 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2019-06-18 16:31:20 +0000
commit76efbcbe9252106a9bb33b4c3017c15f85c5ac4d (patch)
tree38c5f77425d717abf4ff2ed7a599b77800d1db1d /src/components/attachment
parentac46de3972851e12373f690d3ef70f31cc7db1ef (diff)
Misc fixes: Fix uploads stretching on chrome, fix warnings in console
Diffstat (limited to 'src/components/attachment')
-rw-r--r--src/components/attachment/attachment.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue
index c58bebd3..fc9cc7a2 100644
--- a/src/components/attachment/attachment.vue
+++ b/src/components/attachment/attachment.vue
@@ -68,6 +68,7 @@
max-height: 200px;
max-width: 100%;
display: flex;
+ align-items: center;
video {
max-width: 100%;
}