refactor: enhance Sidebar layout with fixed header and footer, improve dashboard layout, and implement symbol management features including deletion and data display

This commit is contained in:
2025-10-24 15:17:49 -03:00
parent 441cda4246
commit d8996b8d5a
6 changed files with 1549 additions and 49 deletions

View File

@@ -2,10 +2,10 @@
const { children } = $props();
</script>
<div class="max-w-[1600px w-full">
<div class="w-full">
<main
id="container-central"
class="m-3 rounded-xl shadow-sm overflow-y-auto p-4"
class="container mx-auto p-4 lg:p-6 max-w-7xl"
>
{@render children()}
</main>