diff --git a/package.json b/package.json index bfe0bbaf..7f3d3073 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "impro", - "version": "0.11.41", + "version": "0.11.42", "type": "module", "scripts": { "start": "rm -rf build && NODE_ENV=development eleventy --serve", diff --git a/src/css/style.css b/src/css/style.css index c91bdbe5..541fc077 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -6168,7 +6168,7 @@ moderation-warning .toggle-content { display: none; } -.splash-screen { +.app-loading-state-content { display: flex; flex-direction: column; align-items: center; @@ -6176,7 +6176,7 @@ moderation-warning .toggle-content { height: 100vh; } -.splash-screen .loading-spinner { +.app-loading-state-content .loading-spinner { width: 32px; height: 32px; border-width: 3px; diff --git a/src/index.html b/src/index.html index 7791e3d3..c353f77e 100644 --- a/src/index.html +++ b/src/index.html @@ -5,8 +5,8 @@
- + +