@@ -129,12 +129,12 @@
Input this key on another device
or scan the QR-Code.
-
-
-
-
-
-
+
+
+
+
+
+
Enter key from another device to continue.
@@ -223,7 +223,7 @@
-
+
@@ -368,11 +368,11 @@
-
+
-
-
+
+
diff --git a/public_included_ws_fallback/scripts/qrcode.js b/public_included_ws_fallback/scripts/QRCode.min.js
similarity index 100%
rename from public_included_ws_fallback/scripts/qrcode.js
rename to public_included_ws_fallback/scripts/QRCode.min.js
diff --git a/public_included_ws_fallback/scripts/robots.txt b/public_included_ws_fallback/scripts/robots.txt
new file mode 100644
index 0000000..eb05362
--- /dev/null
+++ b/public_included_ws_fallback/scripts/robots.txt
@@ -0,0 +1,2 @@
+User-agent: *
+Disallow:
diff --git a/public_included_ws_fallback/styles.css b/public_included_ws_fallback/styles.css
index e68e226..0b7c5d9 100644
--- a/public_included_ws_fallback/styles.css
+++ b/public_included_ws_fallback/styles.css
@@ -97,7 +97,8 @@ header > div {
align-self: flex-start;
touch-action: manipulation;
}
-header > div a {
+
+header > div .icon-button {
height: 40px;
transition: all 300ms;
}
@@ -107,7 +108,7 @@ header > div > div {
flex-direction: column;
}
-header > div:not(:hover) a:not(.selected) {
+header > div:not(:hover) .icon-button:not(.selected) {
height: 0;
opacity: 0;
}
@@ -126,16 +127,16 @@ header > div:hover::before {
margin-bottom: 8px;
}
-header > div:hover a.selected::before {
+header > div:hover .icon-button.selected::before {
opacity: 0.1;
}
@media (pointer: coarse) {
- header > div:hover a.selected:hover::before {
+ header > div:hover .icon-button.selected:hover::before {
opacity: 0.2;
}
- header > div a:not(.selected) {
+ header > div .icon-button:not(.selected) {
height: 0;
opacity: 0;
pointer-events: none;