mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
panes decide how big they should be.
This commit is contained in:
@@ -28,22 +28,18 @@
|
||||
}
|
||||
|
||||
.left {
|
||||
width: 100px;
|
||||
background-color: gray;
|
||||
}
|
||||
|
||||
.right {
|
||||
width: 100px;
|
||||
background-color: green;
|
||||
}
|
||||
|
||||
.top {
|
||||
height: 100px;
|
||||
background-color: purple;
|
||||
}
|
||||
|
||||
.bottom {
|
||||
height: 100px;
|
||||
background-color: blue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user