We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5675078 commit 26c8871Copy full SHA for 26c8871
adminforth/spa/src/App.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <div>
+ <div class="">
3
<nav
4
v-if="loggedIn && routerIsReady && loginRedirectCheckIsReady && defaultLayout"
5
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 @@
81
@sidebarStateChange="handleSidebarStateChange"
82
/>
83
84
- <div class="transition-all duration-300 ease-in-out max-w-[100vw]"
+ <div class="af-content-wrapper transition-all duration-300 ease-in-out max-w-[100vw]"
85
:class="{
86
'sm:ml-18': isSidebarIconOnly,
87
'sm:ml-[16.5rem]': !isSidebarIconOnly,
0 commit comments