diff --git a/web/app/src/assets/base.css b/web/app/src/assets/base.css index 7b2e32de..1ffea14b 100644 --- a/web/app/src/assets/base.css +++ b/web/app/src/assets/base.css @@ -324,7 +324,7 @@ fieldset { background-color: var(--color-background-column-highlight); border: none; margin-bottom: var(--spacer); - padding: var(--spacer); + border-radius: var(--border-radius); } input[type="text"] { diff --git a/web/app/src/views/FirstTimeWizardView.vue b/web/app/src/views/FirstTimeWizardView.vue index f434aff7..566878b2 100644 --- a/web/app/src/views/FirstTimeWizardView.vue +++ b/web/app/src/views/FirstTimeWizardView.vue @@ -17,7 +17,7 @@
-This setup assistant will guide you through the initial configuration of Flamenco. You will be up +
+ This setup assistant will guide you through the initial configuration of Flamenco. You will be up and running in a few minutes!
Before we start, here is a quick overview of the Flamenco architecture.
-The illustration shows the key components of Flamenco, and how they interact together. In particular:
+ +The illustration shows the key components and how they interact together:
More information is available on the online documentation at flamenco.blender.org.
+More information is available on the online documentation at + flamenco.blender.org.