diff options
| author | Sophie Zhang <sophie_zhang@brown.edu> | 2023-07-10 19:10:34 -0400 |
|---|---|---|
| committer | Sophie Zhang <sophie_zhang@brown.edu> | 2023-07-10 19:10:34 -0400 |
| commit | b1f189ffc7dfe558d5895c8f0cb103ab3e5c17d7 (patch) | |
| tree | 3b40e13257ca09c11f5dadf0b9ef5811b757e74d /src/client/views/nodes/LoadingBox.scss | |
| parent | fb939a1d2d59a776d9e3336dfc4a1e028ebc3113 (diff) | |
filters and better ui
Diffstat (limited to 'src/client/views/nodes/LoadingBox.scss')
| -rw-r--r-- | src/client/views/nodes/LoadingBox.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/nodes/LoadingBox.scss b/src/client/views/nodes/LoadingBox.scss index 4c3b8dabe..d4a7e18f2 100644 --- a/src/client/views/nodes/LoadingBox.scss +++ b/src/client/views/nodes/LoadingBox.scss @@ -12,6 +12,10 @@ text-overflow: ellipsis; max-width: 80%; text-align: center; + display: flex; + flex-direction: column; + gap: 8px; + align-items: center; } } |
