+
{#if $ae_loc.access_type && $ae_loc.access_type != 'anonymous'}
@@ -268,7 +269,7 @@ max-w-max -->
>
-
+
Passcode?
@@ -366,14 +367,15 @@ max-w-max -->
preset-outlined-warning-800-200
hover:preset-tonal-success
transition-all group
+ min-w-22 md:min-w-30 w-full max-w-fit
gap-1
"
- title="Edit mode is currently enabled. Click to disable."
+ title="Click to turn off edit mode. Edit mode is currently on."
>
- Edit
-
- Mode
+ Edit
+
+ Off
{:else if $ae_loc.authenticated_access}
@@ -389,15 +391,15 @@ max-w-max -->
preset-outlined-warning-400-600
hover:preset-tonal-warning
transition-all group
+ min-w-22 md:min-w-30 w-full max-w-fit
gap-1
- min-w-24
"
- title="Edit mode is currently disabled. Click to enable."
+ title="Click to torn on/enable edit mode. Edit mode is currently off/disabled."
>
-
- Edit
-
- Mode?
+
+ Edit
+
+ On?
{/if}
@@ -416,8 +418,8 @@ max-w-max -->
preset-filled-tertiary-400-600
preset-outlined-tertiary-400-600
hover:preset-filled-success active:preset-filled-success
- px-6 py-1
- min-w-24
+ px-2 py-1
+ min-w-22 md:min-w-30 w-full max-w-fit
transition-all group
"
title="Show/Hide the system menu"
@@ -454,11 +456,11 @@ max-w-max -->
{#if expand}
- Hide Menu
+ Menu
{:else}
-
+
Menu
{/if}