From 792909dc49ac1bf7ce40b8164fd3d455b03956a2 Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Tue, 26 Jul 2022 11:45:31 +0200 Subject: [PATCH] Setup Assistant: Make intro screen more compact Additionally, use clearer wording in the shared storage section about what the storage is used for. --- web/app/src/views/SetupAssistantView.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/web/app/src/views/SetupAssistantView.vue b/web/app/src/views/SetupAssistantView.vue index 7728a8d3..dbeb2087 100644 --- a/web/app/src/views/SetupAssistantView.vue +++ b/web/app/src/views/SetupAssistantView.vue @@ -38,16 +38,16 @@

The illustration shows the key components and how they interact together:

More information is available on the online documentation at @@ -475,7 +475,7 @@ export default { } .setup-step ul li { - margin-bottom: var(--spacer-xs); + margin-bottom: var(--spacer); } .setup-step dl { @@ -620,7 +620,7 @@ body.is-setup-assistant #app { --color-check-ok: var(--color-success); max-width: 640px; - margin: 10vh auto auto; + margin: 5vh auto auto; width: 100%; }