Skip to content

Commit

Permalink
🐛 Fix editor styles with minimap in zen mode
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed Dec 5, 2014
1 parent a9ae3ab commit 6496aa9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions stylesheets/minimap.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ atom-notifications:empty {
}
}
}

.zen .pane.with-minimap {
atom-text-editor, atom-text-editor::shadow {
padding-right: 0 !important;

.vertical-scrollbar {
right: 0 !important;
}
}
}

.minimap-quick-settings {
position: absolute !important;

Expand Down

0 comments on commit 6496aa9

Please sign in to comment.