mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Relative position atom-workspace-axis
This let's packages use position: absolute and be contained to atom-workspace-axis elements.
This commit is contained in:
@@ -25,6 +25,10 @@ atom-workspace {
|
||||
background-color: @app-background-color;
|
||||
font-family: @font-family;
|
||||
|
||||
atom-workspace-axis {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
atom-workspace-axis.horizontal {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
|
||||
Reference in New Issue
Block a user