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:
@@ -7,13 +7,13 @@
|
||||
display: -webkit-flex;
|
||||
-webkit-flex: 1;
|
||||
|
||||
.pane-column {
|
||||
atom-pane-axis.vertical {
|
||||
display: -webkit-flex;
|
||||
-webkit-flex: 1;
|
||||
-webkit-flex-direction: column;
|
||||
}
|
||||
|
||||
.pane-row {
|
||||
atom-pane-axis.horizontal {
|
||||
display: -webkit-flex;
|
||||
-webkit-flex: 1;
|
||||
-webkit-flex-direction: row;
|
||||
|
||||
@@ -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