File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<template>
2
2
<div>
3
3
<!-- 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">
5
5
<!-- Sidebar component, swap this element with another sidebar if you like -->
6
6
<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">
7
7
<div class="flex h-16 shrink-0 items-center">
Original file line number Diff line number Diff line change 4
4
<MobileSidebar />
5
5
<Sidebar />
6
6
7
- <div class="lg:pl-72 ">
7
+ <div class="lg:pl-64 ">
8
8
<Navbar />
9
9
10
10
<main class="bg-blue-gray-50 dark:bg-blue-gray-900">
You can’t perform that action at this time.
0 commit comments