From 4fe7728d466fdd9420eb381df6a00c8edccacbdc Mon Sep 17 00:00:00 2001 From: "Pawel Spychalski (DzikuVx)" Date: Fri, 17 May 2024 08:55:50 +0200 Subject: [PATCH] Add a page descritpion to the wizard receiver page --- src/css/defaults_dialog.css | 6 ++++++ wizard/receiver.html | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/src/css/defaults_dialog.css b/src/css/defaults_dialog.css index 2b32baa8..945a3015 100644 --- a/src/css/defaults_dialog.css +++ b/src/css/defaults_dialog.css @@ -53,6 +53,12 @@ display: inline-block; } +.defaults-dialog__wizard p { + margin-top: 1em; + font-size: 0.9em; + color:#444; +} + .defaults-dialog__content--wrapper { overflow-y: auto; } diff --git a/wizard/receiver.html b/wizard/receiver.html index 5cd304f7..3c2b2ee6 100644 --- a/wizard/receiver.html +++ b/wizard/receiver.html @@ -1,4 +1,8 @@

Receiver wizard

+

+ Configure receiver serial port and protocol. If you unsure about serial port or protocol, click `Skip` to go to the next page. + You can change those settings later with the configurator UI. +