From 672969f8defd4e819eae3e95a072d416773d4f16 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Mon, 28 May 2018 14:59:55 +0900
Subject: [PATCH] :art:

---
 .../common/views/components/url-preview.vue   | 23 +++++++++++++++++--
 1 file changed, 21 insertions(+), 2 deletions(-)

diff --git a/src/client/app/common/views/components/url-preview.vue b/src/client/app/common/views/components/url-preview.vue
index 028b911e2..38979871c 100644
--- a/src/client/app/common/views/components/url-preview.vue
+++ b/src/client/app/common/views/components/url-preview.vue
@@ -68,7 +68,7 @@ iframe
 root(isDark)
 	> a
 		display block
-		font-size 16px
+		font-size 14px
 		border solid 1px isDark ? #191b1f : #eee
 		border-radius 4px
 		overflow hidden
@@ -136,8 +136,17 @@ root(isDark)
 					left 0
 					width 100%
 
+		@media (max-width 550px)
+			font-size 12px
+
+			> .thumbnail
+				height 80px
+
+			> article
+				padding 12px
+
 		@media (max-width 500px)
-			font-size 8px
+			font-size 10px
 
 			> .thumbnail
 				height 70px
@@ -145,6 +154,16 @@ root(isDark)
 			> article
 				padding 8px
 
+				> header
+					margin-bottom 4px
+
+				> footer
+					margin-top 4px
+
+					> img
+						width 12px
+						height 12px
+
 .mk-url-preview[data-darkmode]
 	root(true)