aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/LoadingBox.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-09-10 16:32:41 -0400
committerbobzel <zzzman@gmail.com>2023-09-10 16:32:41 -0400
commit06b48b08425972d4c0ae57615173d70d12aeb5bd (patch)
tree70485ab7a2caf01327ecc705a3b3e73d7f163bf9 /src/client/views/nodes/LoadingBox.scss
parent86db8585a6c82129ec009e4ca5ef033ed0d6f886 (diff)
once more
Diffstat (limited to 'src/client/views/nodes/LoadingBox.scss')
-rw-r--r--src/client/views/nodes/LoadingBox.scss37
1 files changed, 13 insertions, 24 deletions
diff --git a/src/client/views/nodes/LoadingBox.scss b/src/client/views/nodes/LoadingBox.scss
index ff25a8133..cabd4de05 100644
--- a/src/client/views/nodes/LoadingBox.scss
+++ b/src/client/views/nodes/LoadingBox.scss
@@ -7,37 +7,26 @@
height: 100%;
width: 100%;
align-items: center;
- .textContainer,
+ .loadingBox-textContainer,
.loadingBox-title {
text-overflow: ellipsis;
max-width: 80%;
text-align: center;
- display: flex;
- flex-direction: column;
+ display: block;
gap: 8px;
align-items: center;
white-space: normal;
word-break: all;
+ .loadingBox-headerText {
+ text-align: center;
+ font-weight: bold;
+ height: auto;
+ width: 100%;
+ }
+ }
+ .loadingBox-spinner {
+ position: absolute;
+ top: 0;
+ left: 0;
}
-}
-
-.textContainer {
- margin: 5px;
- display: block;
-}
-
-.textContainer {
- justify-content: center;
- align-content: center;
-}
-
-.headerText {
- text-align: center;
- font-weight: bold;
- height: auto;
- width: 100%;
-}
-
-.spinner {
- text-align: center;
}