Refactor app state to be a state machine with access selectors
This commit is contained in:
@@ -54,6 +54,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
.loadingSpinner {
|
||||
position: fixed;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
z-index: 999999;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.mobileChat {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user