From 83d9a4b6d9292122f52c35758d365b31e855f55d Mon Sep 17 00:00:00 2001
From: tamaina <tamaina@hotmail.co.jp>
Date: Sun, 31 May 2020 14:46:50 +0900
Subject: [PATCH] =?UTF-8?q?chore(client):=F0=9F=8E=A8=20Make=20font-size?=
 =?UTF-8?q?=20of=20note-preview=20em=20(#6414)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/client/components/note-preview.vue | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/src/client/components/note-preview.vue b/src/client/components/note-preview.vue
index f58ab5fa5..14314889a 100644
--- a/src/client/components/note-preview.vue
+++ b/src/client/components/note-preview.vue
@@ -50,15 +50,7 @@ export default Vue.extend({
 	margin: 0;
 	padding: 0;
 	overflow: hidden;
-	font-size: 10px;
-
-	@media (min-width: 350px) {
-		font-size: 12px;
-	}
-
-	@media (min-width: 500px) {
-		font-size: 14px;
-	}
+	font-size: 0.95em;
 
 	> .avatar {