mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
make the overlay 500px by default
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 50%;
|
||||
width: 400px;
|
||||
margin-left: -200px;
|
||||
background: #1e1e1e;
|
||||
width: 500px;
|
||||
margin-left: -250px;
|
||||
background: #303030;
|
||||
color: #eee;
|
||||
padding: 10px;
|
||||
z-index: 9999;
|
||||
|
||||
Reference in New Issue
Block a user