Set the heights of atom panels for location left and right.

This commit is contained in:
Ben Ogle
2014-10-17 11:58:18 -07:00
parent f0fd7c2682
commit b94485eafd

View File

@@ -1,5 +1,16 @@
@import "ui-variables";
atom-panel-container[location="left"],
atom-panel-container[location="right"] {
display: -webkit-flex;
-webkit-flex-direction: row;
-webkit-align-items: stretch;
height: 100%;
atom-panel {
height: 100%;
}
}
// Override bootstrap styles here.
.panel {
border-radius: 0;