Minor change...
This commit is contained in:
@@ -447,15 +447,15 @@ $effect(() => {
|
||||
|
||||
|
||||
<div
|
||||
class="flex text-sm sm:text-sm md:text-md lg:text-md xl:text-md 2xl:text-lg text-slate-400 hover:text-slate-800 transition px-1"
|
||||
class="flex text-sm sm:text-sm md:text-md lg:text-md xl:text-md 2xl:text-lg text-slate-400 hover:text-slate-800 transition px-1 hidden"
|
||||
class:ae_debug={$ae_loc.debug}
|
||||
>
|
||||
<button
|
||||
type="button"
|
||||
onclick={() => {
|
||||
console.log('Debug ae_loc:', $ae_loc);
|
||||
$ae_loc.debug = !$ae_loc?.debug;
|
||||
}}
|
||||
console.log('Debug ae_loc:', $ae_loc);
|
||||
$ae_loc.debug = !$ae_loc?.debug;
|
||||
}}
|
||||
id="AE-Quick-Debug"
|
||||
class="ae_quick_debug btn btn-sm variant-glass-surface transition-all"
|
||||
title="Turn debug content and styles off and on"
|
||||
|
||||
@@ -93,7 +93,7 @@ if (browser) {
|
||||
size="1.5em"
|
||||
class="mx-1 inline-block text-gray-500"
|
||||
/>
|
||||
<abbr title="Aether">
|
||||
<abbr title="Aether - Journals Module">
|
||||
Æ
|
||||
Journals
|
||||
</abbr>
|
||||
|
||||
Reference in New Issue
Block a user