feat(ui): more improvements to initial loading state

This commit is contained in:
Gabe Kangas
2023-06-28 07:52:35 -07:00
parent b4cab0ec7f
commit 6805a7c1db
4 changed files with 26 additions and 8 deletions

View File

@@ -65,7 +65,7 @@
}
}
//not sure if this is needed
// not sure if this is needed
.statusBar {
flex-shrink: 0;
}
@@ -99,10 +99,6 @@
}
}
.offlineBanner {
color: var(--theme-color-background-main);
}
.floatingMobileChatModalButton {
position: fixed;
width: 100px;
@@ -116,3 +112,10 @@
border-width: 0;
box-shadow: 0 1px 3px 1px rgb(0 0 0 / 20%);
}
.centerSpinner {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}