show footer

This commit is contained in:
Gamosoft 2025-12-06 19:00:13 +01:00
parent 54762bafe0
commit fcf39e9e68
1 changed files with 44 additions and 41 deletions

View File

@ -1358,7 +1358,9 @@
<span class="text-xs font-semibold uppercase tracking-wide" style="color: var(--text-tertiary);">Settings</span> <span class="text-xs font-semibold uppercase tracking-wide" style="color: var(--text-tertiary);">Settings</span>
</div> </div>
<div class="flex-1 overflow-y-auto custom-scrollbar p-3"> <!-- Scrollable content -->
<div class="flex-1 overflow-y-auto custom-scrollbar">
<div class="p-3">
<!-- Theme --> <!-- Theme -->
<div class="mb-4"> <div class="mb-4">
<label class="block text-xs font-medium mb-2" style="color: var(--text-secondary);">Theme</label> <label class="block text-xs font-medium mb-2" style="color: var(--text-secondary);">Theme</label>
@ -1389,8 +1391,8 @@
</div> </div>
</div> </div>
<!-- Footer Info --> <!-- Footer Info (inside scroll area) -->
<div class="flex-shrink-0 p-3 border-t text-center" style="border-color: var(--border-primary);"> <div class="p-3 mt-4 border-t text-center" style="border-color: var(--border-primary);">
<div class="text-xs" style="color: var(--text-tertiary);"> <div class="text-xs" style="color: var(--text-tertiary);">
<span x-text="notes.length"></span> notes <span x-text="notes.length"></span> notes
<span class="mx-1">·</span> <span class="mx-1">·</span>
@ -1407,6 +1409,7 @@
</a> </a>
</div> </div>
</div> </div>
</div>
</template> </template>
<!-- END SETTINGS PANEL --> <!-- END SETTINGS PANEL -->