From c65c03681fd73af7d308ad37d18db4db81f14322 Mon Sep 17 00:00:00 2001 From: Anton Skshidlevsky Date: Thu, 25 Jun 2015 20:28:27 +0300 Subject: [PATCH 1/2] Fixed line height for terminal rows --- src/stylesheets/main.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stylesheets/main.less b/src/stylesheets/main.less index e157415..bcbd6d0 100644 --- a/src/stylesheets/main.less +++ b/src/stylesheets/main.less @@ -34,7 +34,7 @@ width: 100%; height: 100%; font-size: 13px; - line-height: 18px; + line-height: inherit; } .terminal-container .terminal-input { position: absolute; @@ -74,4 +74,4 @@ padding: 0 3px; } }; -} \ No newline at end of file +} From f0cfcb15f83f9b7c5f2e16edfbf107f4fc5cd36c Mon Sep 17 00:00:00 2001 From: Anton Skshidlevsky Date: Thu, 25 Jun 2015 20:43:22 +0300 Subject: [PATCH 2/2] Font size, line height and font family from settings --- src/stylesheets/main.less | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/stylesheets/main.less b/src/stylesheets/main.less index bcbd6d0..2c4e8a9 100644 --- a/src/stylesheets/main.less +++ b/src/stylesheets/main.less @@ -3,7 +3,6 @@ width: 100%; height: 100%; background: transparent; - font-family: 'Source Code Pro', sans-serif; .terminal-body { background: #000; @@ -33,8 +32,6 @@ .terminal-container .terminal { width: 100%; height: 100%; - font-size: 13px; - line-height: inherit; } .terminal-container .terminal-input { position: absolute;