mirror of
https://github.com/atom/atom.git
synced 2026-01-15 01:48:15 -05:00
Set the heights of atom panels for location left and right.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user