Still working on upgrading to Tailwind CSS v4 an dSkeleton v3.....
This commit is contained in:
@@ -98,13 +98,13 @@ $journals_slct.journal_obj_li = ae_acct.slct.journal_obj_li;
|
||||
class="mx-1 inline-block text-gray-500"
|
||||
/>
|
||||
<abbr title="Aether - Journals Module">
|
||||
Æ
|
||||
Æ
|
||||
Journals
|
||||
</abbr>
|
||||
</span>
|
||||
<a
|
||||
href="/"
|
||||
class="btn btn-sm variant-ghost-surface hover:variant-filled-success"
|
||||
class="btn btn-sm preset-tonal-surface border border-surface-500 hover:preset-filled-success-500"
|
||||
>
|
||||
<House />
|
||||
<span class="hidden md:inline">
|
||||
@@ -166,13 +166,13 @@ $journals_slct.journal_obj_li = ae_acct.slct.journal_obj_li;
|
||||
// window.location.reload(true); // true only works with Firefox
|
||||
// alert('Local and Session Storage cleared and Indexed DBs deleted. You will probably want to refresh the page.');
|
||||
}}
|
||||
class="btn btn-sm variant-ghost-surface hover:variant-filled-warning"
|
||||
title="Clear App Data & Settings: Clear IndexedDB and reload. If in edit mode localStorage and sessionStorage will also be cleared."
|
||||
class="btn btn-sm preset-tonal-surface border border-surface-500 hover:preset-filled-warning-500"
|
||||
title="Clear App Data & Settings: Clear IndexedDB and reload. If in edit mode localStorage and sessionStorage will also be cleared."
|
||||
>
|
||||
<!-- <span class="fas fa-eraser mx-1"></span> -->
|
||||
<!-- <span class="fas fa-sync mx-1"></span> -->
|
||||
<RefreshCw />
|
||||
<span class="hidden md:inline">Clear & Reload</span>
|
||||
<span class="hidden md:inline">Clear & Reload</span>
|
||||
</button>
|
||||
</nav>
|
||||
|
||||
@@ -191,14 +191,14 @@ $journals_slct.journal_obj_li = ae_acct.slct.journal_obj_li;
|
||||
</section> -->
|
||||
|
||||
<!-- Add overflow-auto to section element to have the main nav sort of sticky at top -->
|
||||
<section class="main_content flex-grow px-1 md:px-2 pb-28">
|
||||
<section class="main_content grow px-1 md:px-2 pb-28">
|
||||
{@render children()}
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
{:else}
|
||||
<section class="main_content flex-grow px-1 md:px-2 pb-28 flex flex-col gap-1 items-center">
|
||||
<section class="main_content grow px-1 md:px-2 pb-28 flex flex-col gap-1 items-center">
|
||||
<p class="text-center">
|
||||
You are not logged in as a user. You must be signed in to access the journals module.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user