navbar V2 hell yeah

This commit is contained in:
2025-12-01 18:42:06 -05:00
parent 5a31d86969
commit 35cb149202
18 changed files with 402 additions and 63 deletions

View File

@@ -69,7 +69,7 @@ onMounted(async () => {
})
</script>
<template>
<div class="mx-auto max-w-5xl">
<div class="mx-auto w-full max-w-5xl">
<h1 class="my-4">Manage Applications</h1>
<Table>
<!-- <TableCaption>A list of your recent invoices.</TableCaption> -->

View File

@@ -68,7 +68,7 @@ onMounted(async () => {
</DialogContent>
</Dialog>
<div class="max-w-5xl mx-auto">
<div class="max-w-5xl w-full mx-auto">
Active
<div>
<Card>

View File

@@ -95,7 +95,7 @@ onMounted(async () => {
</script>
<template>
<div class="px-20 mx-auto max-w-[100rem] flex mt-5">
<div class="px-20 mx-auto max-w-[100rem] w-full flex mt-5">
<!-- training report list -->
<div class="px-4 my-3" :class="sidePanel == sidePanelState.closed ? 'w-full' : 'w-2/5'">
<div class="flex justify-between mb-4">