More style clean up. Less is more info.
This commit is contained in:
@@ -133,8 +133,10 @@ max-w-max -->
|
||||
overflow-y-auto
|
||||
p-1
|
||||
|
||||
w-full
|
||||
|
||||
bg-white/10 dark:dark-gray-800/10
|
||||
hover:bg-white/100 dark:hover:bg-gray-800/100
|
||||
hover:bg-red-100/50 dark:hover:bg-gray-800/100
|
||||
|
||||
relative
|
||||
*:hover:inline
|
||||
@@ -343,7 +345,7 @@ max-w-max -->
|
||||
class:w-48={$ae_loc?.app_cfg?.show_element__menu}
|
||||
class:visible={$ae_loc?.app_cfg?.show_element__menu}
|
||||
class:invisible={!$ae_loc?.app_cfg?.show_element__menu}
|
||||
class="btn btn-sm variant-outline-surface hover:variant-ghost-success px-6 py-1"
|
||||
class="btn btn-sm variant-outline-tertiary hover:variant-ghost-success px-6 py-1"
|
||||
title="Show or hide the menu"
|
||||
onclick={async () => {
|
||||
if (!$ae_loc?.app_cfg?.show_element__menu) {
|
||||
@@ -423,7 +425,7 @@ max-w-max -->
|
||||
|
||||
<button
|
||||
type="button"
|
||||
class="btn btn-sm variant-outline-surface hover:variant-ghost-warning *:hover:inline px-6 py-1"
|
||||
class="btn btn-sm variant-outline-tertiary hover:variant-ghost-success *:hover:inline px-6 py-1"
|
||||
title="Sign In"
|
||||
onclick={() => {
|
||||
if (!$ae_loc?.app_cfg?.show_element__menu) {
|
||||
|
||||
Reference in New Issue
Block a user