mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Use legacy flexbox to implement vertical tool panels for consistency
This commit is contained in:
@@ -16,12 +16,12 @@ body {
|
||||
}
|
||||
|
||||
#root-view #horizontal {
|
||||
display: -webkit-flexbox;
|
||||
display: -webkit-box;
|
||||
}
|
||||
|
||||
#root-view #panes {
|
||||
height: 100%;
|
||||
width: -webkit-flex(1 0);
|
||||
-webkit-box-flex: 1;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user