From e160b8147639b3939884a3c26b47d348619260b4 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Thu, 9 Feb 2017 20:27:37 +0900
Subject: [PATCH] [Client] :art:

---
 src/web/app/base.styl                      | 3 +++
 src/web/app/desktop/tags/timeline-post.tag | 3 ---
 src/web/app/mobile/tags/timeline-post.tag  | 3 ---
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/src/web/app/base.styl b/src/web/app/base.styl
index 30ff7133d3..9476d3335e 100644
--- a/src/web/app/base.styl
+++ b/src/web/app/base.styl
@@ -108,6 +108,9 @@ a
 		cursor pointer
 
 pre > code
+	font-family Consolas, 'Courier New', Courier, Monaco, monospace
+	tab-size 4
+
 	.comment
 		opacity 0.5
 
diff --git a/src/web/app/desktop/tags/timeline-post.tag b/src/web/app/desktop/tags/timeline-post.tag
index 7d6f537c8c..aed60f0011 100644
--- a/src/web/app/desktop/tags/timeline-post.tag
+++ b/src/web/app/desktop/tags/timeline-post.tag
@@ -236,9 +236,6 @@
 								background #f8f8f8
 								border-radius 2px
 
-								> code
-									font-family Consolas, 'Courier New', Courier, Monaco, monospace
-
 						> .media
 							> img
 								display block
diff --git a/src/web/app/mobile/tags/timeline-post.tag b/src/web/app/mobile/tags/timeline-post.tag
index d54f72ff72..42dbf1ab72 100644
--- a/src/web/app/mobile/tags/timeline-post.tag
+++ b/src/web/app/mobile/tags/timeline-post.tag
@@ -215,9 +215,6 @@
 								background #f8f8f8
 								border-radius 2px
 
-								> code
-									font-family Consolas, 'Courier New', Courier, Monaco, monospace
-
 						> .media
 							> img
 								display block