Extensions issue loading indicator

This commit is contained in:
Mo Bitar
2018-07-19 10:16:53 -05:00
parent 382c40cfa6
commit 8a127f97a1
4 changed files with 33 additions and 8 deletions

View File

@@ -99,6 +99,7 @@
.component-view {
flex-grow: 1;
display: flex;
flex-direction: column;
// not sure why we need this. Removed because it creates unncessary scroll bars. Tested on folders extension, creates horizontal scrollbar at bottom on windows
// overflow: auto;

View File

@@ -18,6 +18,11 @@
}
.app-bar {
&.no-top-edge {
border-top: 0;
}
}
}