Skip to content

Commit a687868

Browse files
✨ Update sidebar navigation styles for improved responsiveness and dark mode compatibility
1 parent 3ca2a23 commit a687868

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/css/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
/* Whole menu */
1212
nav ul {
13-
@apply list-none text-xl md:text-sm;
13+
@apply list-none text-sm;
1414
}
1515

1616
/* Categories */

resources/views/components/sidebar-left-navigation.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class="sticky top-20 hidden max-h-[calc(100dvh-8rem)] w-[20rem] shrink-0 overflo
1616
x-transition:leave="transition duration-150 ease-in"
1717
x-transition:leave-start="translate-y-0 opacity-100"
1818
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"
2020
>
2121
<x-platform-switcher />
2222

0 commit comments

Comments
 (0)