From a4592445a36d1985ecfb66659103916e32a0842e Mon Sep 17 00:00:00 2001
From: hakui <hakui@airmail.cc>
Date: Sat, 18 Feb 2017 02:58:44 -0600
Subject: [PATCH] making link thumbnails fit the whole box

---
 src/components/attachment/attachment.vue | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue
index 7f6622b4e..a294901bb 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;
                   }
               }
 
-- 
GitLab