From 4d19860ed18ed1221a3f4bd42370d9b68ae851f8 Mon Sep 17 00:00:00 2001 From: Mach50 <64970593+MasterMach50@users.noreply.github.com> Date: Fri, 17 Jun 2022 21:35:45 +0530 Subject: [PATCH] minor changes --- styles/editor.less | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/styles/editor.less b/styles/editor.less index eea350c..39eddba 100644 --- a/styles/editor.less +++ b/styles/editor.less @@ -6,26 +6,31 @@ atom-text-editor { font-weight: 900; -} - -atom-text-editor { background-color: white; -} + + .horizontal-scrollbar { + display: none; + } -atom-text-editor .gutter .line-number.cursor-line { - color: @pydle-line-number-color; -} + .gutter .line-number.cursor-line { + color: @pydle-line-number-color; + } -atom-text-editor .gutter-container { - border-right: 1px @pydle-line-number-color solid; -} + .gutter-container { + border-right: 1px @pydle-line-number-color solid; + } -atom-text-editor .scroll-view { - margin-left: 1%; -} + .scroll-view { + margin-left: 1%; + } -atom-text-editor .line-number .icon-right { - display: none; + .line-number { + padding: 0px; + } + + .line-number .icon-right { + display: none; + } } atom-text-editor[mini] {