Skip to content

Commit 7b7f55a

Browse files
committed
chore: wip
1 parent ddad5c0 commit 7b7f55a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/components/Dashboard/Sidebar.stx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div>
33
<!-- Static sidebar for desktop -->
4-
<div class="hidden lg:fixed lg:inset-y-0 lg:flex lg:w-72 lg:flex-col">
4+
<div class="hidden lg:fixed lg:inset-y-0 lg:flex lg:w-64 lg:flex-col">
55
<!-- Sidebar component, swap this element with another sidebar if you like -->
66
<div class="flex grow flex-col gap-y-5 overflow-y-auto border-r border-gray-200 dark:border-gray-600 dark:border-gray-600 dark:bg-blue-gray-900 bg-white px-6 pb-4">
77
<div class="flex h-16 shrink-0 items-center">

resources/layouts/dashboard/default.stx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<MobileSidebar />
55
<Sidebar />
66

7-
<div class="lg:pl-72">
7+
<div class="lg:pl-64">
88
<Navbar />
99

1010
<main class="bg-blue-gray-50 dark:bg-blue-gray-900">

0 commit comments

Comments
 (0)