diff options
| author | shpuld <shp@cock.li> | 2017-11-21 10:30:30 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2017-11-21 10:30:30 +0200 |
| commit | 592c1cfd780ea8d5e9523a9875be698501293dc8 (patch) | |
| tree | fba569110dcb398dcb717dbced50c7dfc234a483 /src/components/attachment/attachment.vue | |
| parent | f6b2f6eaeed78ba4e4a6d12189b7d96474e54915 (diff) | |
Fix padding at user card bottom, mismatching border-radii. Sneak in fixes for attachment previews.
Diffstat (limited to 'src/components/attachment/attachment.vue')
| -rw-r--r-- | src/components/attachment/attachment.vue | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue index 20d10cce..7a5923b4 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -82,9 +82,7 @@ img.media-upload { margin-bottom: -2px; max-height: 300px; - width: 100%; - height: 100%; - flex: 1; + max-width: 100%; } .oembed { |
