The Lounge is loading…
-Loading the app… Make sure to have JavaScript enabled.
-- This is taking longer than it should, there might be - connectivity issues. -
- - -This is taking longer than it should, there might be connectivity issues.
+ +diff --git a/client/css/style.css b/client/css/style.css index 3c39434a..a2179f44 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -1186,7 +1186,6 @@ kbd { overflow: hidden; /* Prevents Zalgo text to expand beyond messages */ } -#loading a, #chat .special .time, #chat .special .from { display: none; @@ -1506,9 +1505,11 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ content: "Search Results"; } -#loading { +#loading.active { font-size: 14px; z-index: 1; + display: flex; + flex-direction: column; } #loading p { @@ -1517,11 +1518,7 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ #loading-slow, #loading-reload { - display: none; -} - -#loading-reload { - margin-top: 15px; + visibility: hidden; } #loading summary { @@ -1530,9 +1527,27 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ } #loading pre { + text-align: left; white-space: normal; } +#loading-reload-container, +#loading-status-container { + flex: 1 0 auto; + display: flex; + align-items: center; + justify-content: center; + flex-direction: column; +} + +#loading-reload-container { + flex-grow: 0; +} + +.loading-logo-dark { + display: none; +} + #sign-in label { display: block; margin-top: 10px; diff --git a/client/img/logo-vertical-transparent-bg.svg b/client/img/logo-vertical-transparent-bg.svg index b92728a7..56025dc6 100644 --- a/client/img/logo-vertical-transparent-bg.svg +++ b/client/img/logo-vertical-transparent-bg.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/client/img/logo-vertical-transparent-dark.svg b/client/img/logo-vertical-transparent-dark.svg new file mode 100644 index 00000000..6b8e39e9 --- /dev/null +++ b/client/img/logo-vertical-transparent-dark.svg @@ -0,0 +1 @@ + diff --git a/client/index.html.tpl b/client/index.html.tpl index 8132f366..e3ac9621 100644 --- a/client/index.html.tpl +++ b/client/index.html.tpl @@ -49,22 +49,16 @@
Loading the app… Make sure to have JavaScript enabled.
-- This is taking longer than it should, there might be - connectivity issues. -
- - -This is taking longer than it should, there might be connectivity issues.
+ +