Skip to content

Commit 26c8871

Browse files
committed
fix: add class to main content wrapper for improved layout
1 parent 5675078 commit 26c8871

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adminforth/spa/src/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div>
2+
<div class="">
33
<nav
44
v-if="loggedIn && routerIsReady && loginRedirectCheckIsReady && defaultLayout"
55
class="fixed h-14 top-0 z-30 w-full border-b shadow-sm bg-lightNavbar shadow-headerShadow dark:bg-darkNavbar dark:border-darkSidebarDevider"
@@ -81,7 +81,7 @@
8181
@sidebarStateChange="handleSidebarStateChange"
8282
/>
8383

84-
<div class="transition-all duration-300 ease-in-out max-w-[100vw]"
84+
<div class="af-content-wrapper transition-all duration-300 ease-in-out max-w-[100vw]"
8585
:class="{
8686
'sm:ml-18': isSidebarIconOnly,
8787
'sm:ml-[16.5rem]': !isSidebarIconOnly,

0 commit comments

Comments
 (0)