diff --git a/leobot_web_server/web_content/config.html b/leobot_web_server/web_content/config.html
index cc8465b5..6909bd22 100644
--- a/leobot_web_server/web_content/config.html
+++ b/leobot_web_server/web_content/config.html
@@ -34,8 +34,8 @@
Select a joystick to configure or press any joystick
- Action: {{buttonRole}}
- Press the joystick button/axis to the maximum and hit Next
+ Action: {{buttonRole}}
+ Press the joystick button/axis to the maximum and hit Next
@@ -44,14 +44,14 @@
Action: {{buttonRole}}
-
+
Configured value: {{configuredString}}
-
+
Button Role |
@@ -66,7 +66,7 @@ Action: {{buttonRole}}
- Press Next to save the configuration
+ Press Next to save the configuration
diff --git a/leobot_web_server/web_content/css/config.css b/leobot_web_server/web_content/css/config.css
index 6606ff34..1617ff9d 100644
--- a/leobot_web_server/web_content/css/config.css
+++ b/leobot_web_server/web_content/css/config.css
@@ -1,3 +1,10 @@
+/* Generic rule */
+.wizard-tab-content p {
+ font-size: 4vw;
+ margin-bottom: 4%;
+}
+
+/* Specific rules */
.vue-form-wizard .wizard-title {
font-size: 5vw;
margin-top: 3%;
@@ -34,7 +41,6 @@
.thumbstick-hint {
display: flex;
- margin-bottom: 5vw;
}
.exclamation-triangle {
@@ -51,15 +57,20 @@
margin-bottom: -29%;
}
-.thumbstick-hint-content {
+.wizard-tab-content .thumbstick-hint .thumbstick-hint-content {
margin: auto 0;
font-size: 3vw;
}
-.thumbstick-hint-content p {
+.wizard-tab-content .thumbstick-hint .thumbstick-hint-content p {
+ font-size: inherit;
margin-bottom: 0;
}
+.wizard-card-footer {
+ margin-top: 1%;
+}
+
.vue-form-wizard .wizard-btn {
width: 30vw;
height: 10vw;
@@ -67,6 +78,14 @@
border-radius: 1vw;
}
+.action-name {
+ font-size: 5vw;
+}
+
+.press-hint {
+ font-size: 3.8vw;
+}
+
.actuometer {
height: 10vw;
margin: 1% 0;
@@ -81,4 +100,11 @@
#reset {
float: right;
+ font-size: 4vw;
+ padding: 1vw 3vw;
+ border-radius: 1vw;
+}
+
+.config-results {
+ font-size: 3vw;
}