diff --git a/receivers/electron/src/main/index.html b/receivers/electron/src/main/index.html index 9009fea..103516a 100644 --- a/receivers/electron/src/main/index.html +++ b/receivers/electron/src/main/index.html @@ -17,11 +17,11 @@
-
FCast
+
FCast
-
Waiting for a connection
+
Waiting for a connection
@@ -34,19 +34,19 @@
-->
-
Manual connection information
+
Manual connection information
IPs

Port
46899 (TCP), 46898 (WS)
-
Automatic discovery is available via mDNS
+
Automatic discovery is available via mDNS
-
Scan to connect
+
Scan to connect
-
App will continue to run as tray app when the window is closed
+
App will continue to run as tray app when the window is closed
diff --git a/receivers/electron/src/main/style.css b/receivers/electron/src/main/style.css index c8e143e..97287df 100644 --- a/receivers/electron/src/main/style.css +++ b/receivers/electron/src/main/style.css @@ -15,6 +15,10 @@ body, html { object-fit: cover; } +.non-selectable { + user-select: none; +} + #ui-container { display: flex; flex-direction: column; @@ -52,7 +56,6 @@ body, html { font-size: 96px; font-weight: bold; text-align: center; - user-select: none; background-image: linear-gradient(180deg, #FFFFFF 5.9%, #D3D3D3 100%); background-clip: text; @@ -110,7 +113,12 @@ body, html { background-color: white; } -#update-dialog, #waiting-for-connection, #ips, #automatic-discovery, #scan-to-connect { +#scan-to-connect { + margin-top: 20px; + font-weight: bold; +} + +#update-dialog, #waiting-for-connection, #ips, #automatic-discovery { margin-top: 20px; }