diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-06-18 16:31:20 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-06-18 16:31:20 +0000 |
| commit | 76efbcbe9252106a9bb33b4c3017c15f85c5ac4d (patch) | |
| tree | 38c5f77425d717abf4ff2ed7a599b77800d1db1d /src/components/attachment/attachment.vue | |
| parent | ac46de3972851e12373f690d3ef70f31cc7db1ef (diff) | |
Misc fixes: Fix uploads stretching on chrome, fix warnings in console
Diffstat (limited to 'src/components/attachment/attachment.vue')
| -rw-r--r-- | src/components/attachment/attachment.vue | 1 |
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%; } |
