mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Move all screen-splitting-related selectors to atom.css
This commit is contained in:
@@ -31,11 +31,19 @@ body {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.horizontal > .vertical {
|
||||
.horizontal > div {
|
||||
width: -webkit-flex(1);
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.vertical > .horizontal {
|
||||
.vertical > div {
|
||||
height: -webkit-flex(1);
|
||||
}
|
||||
|
||||
.horizontal > * + * {
|
||||
border-left: 5px solid #515151;
|
||||
}
|
||||
|
||||
.vertical > * + * {
|
||||
border-top: 5px solid #515151;
|
||||
}
|
||||
|
||||
@@ -8,23 +8,6 @@
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
.horizontal > .editor.split {
|
||||
width: -webkit-flex(1);
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.horizontal > .editor.split + .editor {
|
||||
border-left: 5px solid rgba(255, 255, 255, .15);
|
||||
}
|
||||
|
||||
.vertical > .editor.split {
|
||||
height: -webkit-flex(1);
|
||||
}
|
||||
|
||||
.vertical > .editor.split + .editor {
|
||||
border-top: 5px solid rgba(255, 255, 255, .15);
|
||||
}
|
||||
|
||||
.editor .scrollable-content {
|
||||
display: -webkit-flexbox;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user