mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
centering the directory name in the highlight.
This commit is contained in:
@@ -105,6 +105,7 @@
|
||||
font-size: 12px;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
line-height: 16px;
|
||||
margin-right: 3px;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
@@ -136,10 +137,8 @@
|
||||
|
||||
.tree-view .directory > .header .disclosure-arrow:before {
|
||||
content: "\f05a";
|
||||
top: -2px;
|
||||
}
|
||||
|
||||
.tree-view .directory.expanded > .header .disclosure-arrow:before {
|
||||
content: "\f05b";
|
||||
top: -2px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user