mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Add octicon when panes are empty
This commit is contained in:
@@ -28,6 +28,17 @@ html, body {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#root-view #panes:before {
|
||||
display: block;
|
||||
content: "\f208";
|
||||
font-family: 'Octicons Regular';
|
||||
color: #303030;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-size: 100vmin;
|
||||
line-height: 100vmin;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#root-view #panes .column {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
||||
Reference in New Issue
Block a user