mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Use ‘atom-pane-axis’ custom tag name for PaneAxisElement
This commit is contained in:
@@ -28,14 +28,14 @@ h6 {
|
||||
background-color: @app-background-color;
|
||||
font-family: @font-family;
|
||||
|
||||
.horizontal {
|
||||
> .horizontal {
|
||||
display: -webkit-flex;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.vertical {
|
||||
display: -webkit-flex;
|
||||
-webkit-flex: 1;
|
||||
-webkit-flex-flow: column;
|
||||
> .vertical {
|
||||
display: -webkit-flex;
|
||||
-webkit-flex: 1;
|
||||
-webkit-flex-flow: column;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user