From 77fea91b0d16f445c907b1570b0d5b75812074ff Mon Sep 17 00:00:00 2001
From: Eugene Serb <46799701+eugene-serb@users.noreply.github.com>
Date: Wed, 22 Jun 2022 11:28:14 +0300
Subject: [PATCH] Added new styles for patterns, fixed patterns, added new
styles for FAQ, updated FAQ
---
css/styles.css | 17 ++++++++++++++++-
faq.html | 28 ++++++++++++++--------------
2 files changed, 30 insertions(+), 15 deletions(-)
diff --git a/css/styles.css b/css/styles.css
index 80a1198..af01444 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -493,7 +493,7 @@ table, th, td {
}
.pattern-item {
- width: 200px;
+ width: 100%;
height: 48px;
padding: 8px;
border-radius: var(--number-border-radius);
@@ -508,6 +508,12 @@ table, th, td {
cursor: default;
}
+ @media only screen and (min-width: 540px) {
+ .pattern-item {
+ width: 200px;
+ }
+ }
+
.pattern-item__selected {
background: var(--color-b);
}
@@ -562,6 +568,15 @@ table, th, td {
word-break: break-all;
}
+.faq__ask {
+ font-size: 18px;
+ font-weight: 500;
+}
+
+.faq__reply {
+ padding-left: 16px;
+}
+
/* ----- */
/* PAGES */
/* ----- */
diff --git a/faq.html b/faq.html
index 5a26629..31b0df7 100644
--- a/faq.html
+++ b/faq.html
@@ -96,31 +96,31 @@
- What is the purpose of this software?
- Everyone decides for himself, but can be used as a gamepad vibration tester, or as a hand massager.
+ What is the purpose of this software?
+ Everyone decides for himself, but can be used as a gamepad vibration tester, or as a hand massager.
- Can I use this software as a hand massager?
- Yes of course. If you use this as a massager, then before the session I recommend consulting with a doctor.
+ Can I use this software as a hand massager?
+ Yes of course. If you use this as a massager, then before the session I recommend consulting with a doctor.
- I have a gamepad with vibration, what should I do before using it as a hand massager?
- I recommend checking the device for correct operation, mechanical damage, and be sure to use an antiseptic.
+ I have a gamepad with vibration, what should I do before using it as a hand massager?
+ I recommend checking the device for correct operation, mechanical damage, and be sure to use an antiseptic.
- I'm having problems with the app or connecting my device to the app?
- Go to Troubleshooting.
+ I'm having problems with the app or connecting my device to the app?
+ Go to Troubleshooting.
If you are having difficulty detecting a gamepad by the browser, you can use the utility
Gamepad Master
-
The app does not see my device.
-
Make sure you have a chromium-based browser, then update the app and reconnect your device.
+
The app does not see my device.
+
Make sure you have a chromium-based browser, then update the app and reconnect your device.
-
The application sees the gamepad, but writes that the vibration actuator is missing.
-
This problem is specific to mozilla firefox browser and d-input mode. Check the system requirements before using the software.
+
The application sees the gamepad, but writes that the vibration actuator is missing.
+
This problem is specific to mozilla firefox browser and d-input mode. Check the system requirements before using the software.
-
My question is not here.
-
Write me eugene.serb@gmail.com
+
My question is not here.
+
Write me eugene.serb@gmail.com