mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
some style updates to the resizer
This commit is contained in:
@@ -11,11 +11,14 @@
|
||||
}
|
||||
|
||||
.tree-view .tree-view-resizer {
|
||||
float: right;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
width: 10px;
|
||||
background: transparent;
|
||||
cursor: col-resize;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.tree-view .entry {
|
||||
|
||||
@@ -135,7 +135,6 @@ class TreeView extends ScrollView
|
||||
|
||||
resizeTreeView: (e) =>
|
||||
@css(width: e.pageX)
|
||||
@resizer.css(left: e.pageX)
|
||||
|
||||
updateRoot: ->
|
||||
@root?.remove()
|
||||
|
||||
Reference in New Issue
Block a user