mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Show loading message in available tab
This commit is contained in:
@@ -151,6 +151,19 @@
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.loading-area {
|
||||
span {
|
||||
.mini-icon(hourglass);
|
||||
|
||||
&:before {
|
||||
font-size: 1.1em;
|
||||
width: 1.1em;
|
||||
height: 1.1em;
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.package-panel {
|
||||
.nav {
|
||||
margin-bottom: 10px;
|
||||
|
||||
Reference in New Issue
Block a user