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