mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Trying to position at the bottom. We need a better flexbox impl
This commit is contained in:
@@ -43,10 +43,11 @@ body {
|
||||
-webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .1);
|
||||
}
|
||||
|
||||
.row > * + * {
|
||||
#root-view #panes .row > * + * {
|
||||
border-left: 5px solid #515151;
|
||||
}
|
||||
|
||||
.column > * + * {
|
||||
#root-view #panes .column > * + * {
|
||||
border-top: 5px solid #515151;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user