Skip to content

Commit 0a6b60f

Browse files
committed
feat: add custom class to the header
1 parent afc3e0b commit 0a6b60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/spa/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
v-if="loggedIn && routerIsReady && loginRedirectCheckIsReady && defaultLayout"
55
class="fixed h-14 top-0 z-20 w-full border-b shadow-sm bg-lightNavbar shadow-headerShadow dark:bg-darkNavbar dark:border-darkSidebarDevider"
66
>
7-
<div class="px-3 lg:px-5 lg:pl-3 flex items-center justify-between h-full w-full" >
7+
<div class="af-header px-3 lg:px-5 lg:pl-3 flex items-center justify-between h-full w-full" >
88
<div class="flex items-center justify-start rtl:justify-end">
99
<button @click="sideBarOpen = !sideBarOpen"
1010
type="button" class="inline-flex items-center p-2 text-sm rounded-lg sm:hidden hover:bg-lightSidebarItemHover focus:outline-none focus:ring-2 focus:ring-lightSidebarDevider dark:text-darkSidebarIcons dark:hover:bg-darkSidebarHover dark:focus:ring-lightSidebarDevider">

0 commit comments

Comments
 (0)