Skip to content

Commit

Permalink
set height for linter gutter, fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
frantic1048 committed Mar 22, 2017
1 parent c9aa0cf commit aa98b5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Tia-ui",
"theme": "ui",
"version": "1.0.0",
"version": "1.0.1",
"description": "An edge-less UI theme for Atom",
"license": "WTFPL",
"repository": "https://github.com/frantic1048/Tia-ui",
Expand Down
1 change: 1 addition & 0 deletions styles/editor.less
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ atom-text-editor, atom-text-editor::shadow {
background: @editor-gutter-background-color;
&[gutter-name="linter"] {
position: absolute;
height: 100%;
transform: translate3d(-6px, 0, 0);
min-width: 6px; // overide Atom preseted gutter min-witdh
max-width: 6px;
Expand Down

0 comments on commit aa98b5a

Please sign in to comment.