From 25418168364daadd89735830fd554e7f7779ce6c Mon Sep 17 00:00:00 2001 From: Shuhei Kadowaki Date: Thu, 16 Apr 2020 01:56:33 +0900 Subject: [PATCH] more respect old ink's style --- styles/julia-client.less | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/styles/julia-client.less b/styles/julia-client.less index e89a4098..ab739671 100644 --- a/styles/julia-client.less +++ b/styles/julia-client.less @@ -86,12 +86,18 @@ atom-text-editor.editor { } .julia-client-selector { + .two-lines { + padding: 0.5em 1em !important; + .primary-line, .secondary-line { + line-height: 2em; + } + } + .error-message { + color: @text-color-error; + } .character-match { font-weight: bold; } - .two-lines { - padding: 0.50em 1.0em !important - } } .julia-syntax-color-selector {