From 06b48b08425972d4c0ae57615173d70d12aeb5bd Mon Sep 17 00:00:00 2001 From: bobzel Date: Sun, 10 Sep 2023 16:32:41 -0400 Subject: once more --- src/client/views/nodes/LoadingBox.scss | 37 ++++++++++++---------------------- 1 file changed, 13 insertions(+), 24 deletions(-) (limited to 'src/client/views/nodes/LoadingBox.scss') 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; } -- cgit v1.2.3-70-g09d2