Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mastermach50 committed Jun 17, 2022
1 parent 34c18c8 commit 4d19860
Showing 1 changed file with 20 additions and 15 deletions.
35 changes: 20 additions & 15 deletions styles/editor.less
Original file line number Diff line number Diff line change
Expand Up @@ -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] {
Expand Down

0 comments on commit 4d19860

Please sign in to comment.