Nudge fold ellipses down by 2px for better visual alignment w/ line

This commit is contained in:
Nathan Sobo 2013-02-16 15:30:04 -07:00
parent 46c4f6d8e9
commit 2806495e5a

View File

@ -71,6 +71,8 @@
padding-left: .2em;
font-family: 'Octicons Regular';
-webkit-font-smoothing: antialiased;
position: relative;
top: 2px;
}
.editor .line.cursor-line .fold-marker {