mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Use a class instead of id for vertical element
This commit is contained in:
@@ -56,7 +56,7 @@ class WorkspaceView extends View
|
||||
@content: (state) ->
|
||||
@div id: 'workspace', tabindex: -1, =>
|
||||
@div outlet: 'horizontal', =>
|
||||
@div id: 'vertical', outlet: 'vertical', =>
|
||||
@div outlet: 'vertical', =>
|
||||
@div outlet: 'panes'
|
||||
|
||||
# Private:
|
||||
|
||||
@@ -33,7 +33,7 @@ h6 {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#vertical {
|
||||
.vertical {
|
||||
display: -webkit-flex;
|
||||
-webkit-flex: 1;
|
||||
-webkit-flex-flow: column;
|
||||
|
||||
Reference in New Issue
Block a user