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