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 10
10
11
11
/* Whole menu */
12
12
nav ul {
13
- @apply list-none text-xl md:text- sm;
13
+ @apply list-none text-sm;
14
14
}
15
15
16
16
/* Categories */
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class="sticky top-20 hidden max-h-[calc(100dvh-8rem)] w-[20rem] shrink-0 overflo
16
16
x-transition:leave =" transition duration-150 ease-in"
17
17
x-transition:leave-start =" translate-y-0 opacity-100"
18
18
x-transition:leave-end =" translate-y-1 opacity-0"
19
- class =" fixed left-0 top-20 z-40 h-screen w-full overflow-y-auto border-b border-[#00aaa6] border-opacity-50 bg-white px-4 pb-16 pt-10 dark:border-opacity-90 dark:bg-gray-700 "
19
+ class =" dark:bg-mirage fixed left-0 top-20 z-40 h-screen w-full overflow-y-auto bg-white px-4 pb-16 pt-10"
20
20
>
21
21
<x-platform-switcher />
22
22
You can’t perform that action at this time.
0 commit comments