diff options
| author | hakui <hakui@airmail.cc> | 2017-02-18 02:58:44 -0600 |
|---|---|---|
| committer | hakui <hakui@airmail.cc> | 2017-02-18 02:58:44 -0600 |
| commit | a4592445a36d1985ecfb66659103916e32a0842e (patch) | |
| tree | 243e824aacac620e96556e330af2471a64e25be5 /src/components/attachment/attachment.vue | |
| parent | 0faaeb02f3188986cbfbad942d3c3194f2e5c387 (diff) | |
making link thumbnails fit the whole box
Diffstat (limited to 'src/components/attachment/attachment.vue')
| -rw-r--r-- | src/components/attachment/attachment.vue | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue index 7f6622b4..a294901b 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -92,6 +92,8 @@ img { border: 0px; border-radius: 0; + height: 100%; + object-fit: cover; } } |
