diff --git a/src/routes/ConnectionPopup.svelte b/src/routes/ConnectionPopup.svelte index fa72e2c9..45774195 100644 --- a/src/routes/ConnectionPopup.svelte +++ b/src/routes/ConnectionPopup.svelte @@ -62,15 +62,15 @@ {#if browser} {#if navigator.userAgent.includes("Linux") && !$serialPort} -
- {@html $LL.deviceManager.LINUX_PERMISSIONS()} - In most cases you can simply follow the - Arduino Guide - on serial port permissions. +
+

{@html $LL.deviceManager.LINUX_PERMISSIONS()}

+

+ In most cases you can simply follow the Arduino Guide on serial port permissions. +

Special systems:

-
+ {/if} {#if rebootInfo}

@@ -169,7 +169,7 @@ margin-block: 8px; } - details a { + .linux-info a { display: inline; padding-inline: 0; text-decoration: underline;