mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Move open .atom button to config menu
This commit is contained in:
committed by
Corey Johnson & Kevin Sawicki
parent
bd7542cb0a
commit
2d5bb8bd8b
@@ -7,13 +7,25 @@
|
||||
background: white;
|
||||
display: -webkit-flex;
|
||||
|
||||
#panels-menu {
|
||||
width: 150px;
|
||||
margin-top: @line-height-base;
|
||||
margin-left: @line-height-base;
|
||||
#config-menu {
|
||||
display: -webkit-flex;
|
||||
-webkit-flex-direction: column;
|
||||
|
||||
li a {
|
||||
cursor: pointer;
|
||||
#panels-menu {
|
||||
width: 150px;
|
||||
margin-left: @line-height-base;
|
||||
margin-top: @line-height-base;
|
||||
-webkit-flex-grow: 1;
|
||||
|
||||
li a {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
#open-dot-atom {
|
||||
width: 150px;
|
||||
margin-left: @line-height-base;
|
||||
margin-bottom: @line-height-base;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user