Fixed: Waiting a long time for unavailable root folders

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Mark McDowall
2019-08-16 20:54:03 -07:00
committed by Qstick
parent 05b25429dc
commit 74cb2a6f52
4 changed files with 56 additions and 22 deletions
+10 -1
View File
@@ -1,7 +1,16 @@
.link {
composes: link from '~Components/Link/Link.css';
}
display: block;
.unavailablePath {
display: flex;
align-items: center;
}
.unavailableLabel {
composes: label from '~Components/Label.css';
margin-left: 10px;
}
.freeSpace,