From 93849f250f8522a0d5417864fff0d52bd412c618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thea=20Sch=C3=B6bl?= Date: Sat, 6 Apr 2024 15:46:31 +0200 Subject: [PATCH] feat: fully expand linux permission guide fixes #103 --- src/routes/ConnectionPopup.svelte | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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:

  • @@ -95,7 +95,7 @@ >
-
+ {/if} {#if rebootInfo}

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