diff --git a/public/index.html b/public/index.html index 759c9a4..2cad0c6 100644 --- a/public/index.html +++ b/public/index.html @@ -45,45 +45,45 @@
- +
- +
- + +
- +
- +
@@ -126,12 +126,12 @@
Input this key on another device
or scan the QR-Code.

- - - - - - + + + + + +
Enter key from another device to continue.
@@ -220,7 +220,7 @@
-
+
@@ -365,11 +365,11 @@ - + - - + + diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..eb05362 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: diff --git a/public/scripts/qrcode.js b/public/scripts/QRCode.min.js similarity index 100% rename from public/scripts/qrcode.js rename to public/scripts/QRCode.min.js diff --git a/public/styles.css b/public/styles.css index fd29f24..337a82c 100644 --- a/public/styles.css +++ b/public/styles.css @@ -96,7 +96,8 @@ header > div { align-self: flex-start; touch-action: manipulation; } -header > div a { + +header > div .icon-button { height: 40px; transition: all 300ms; } @@ -106,7 +107,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; } @@ -125,16 +126,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; diff --git a/public_included_ws_fallback/index.html b/public_included_ws_fallback/index.html index 6cc47b0..29e3ee7 100644 --- a/public_included_ws_fallback/index.html +++ b/public_included_ws_fallback/index.html @@ -45,45 +45,45 @@ - +
@@ -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;