File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77
77
aria-label =" Sidebar"
78
78
>
79
79
<div class =" h-full px-3 pb-4 overflow-y-auto bg-lightSidebar dark:bg-darkSidebar border-r border-lightSidebarBorder dark:border-darkSidebarBorder" >
80
- <div class =" flex ms-2 m-4" >
81
- <img :src =" loadFile(coreStore.config?.brandLogo || '@/assets/logo.svg')" :alt =" `${ coreStore.config?.brandName } Logo`" class =" h-8 me-3" />
80
+ <div class =" af-logo-title-wrapper flex ms-2 m-4" >
81
+ <img :src =" loadFile(coreStore.config?.brandLogo || '@/assets/logo.svg')" :alt =" `${ coreStore.config?.brandName } Logo`" class =" af-logo h-8 me-3" />
82
82
<span
83
83
v-if =" coreStore.config?.showBrandNameInSidebar"
84
- class =" self-center text-lightNavbarText-size font-semibold sm:text-lightNavbarText-size whitespace-nowrap dark:text-darkSidebarText text-lightSidebarText"
84
+ class =" af-title self-center text-lightNavbarText-size font-semibold sm:text-lightNavbarText-size whitespace-nowrap dark:text-darkSidebarText text-lightSidebarText"
85
85
>
86
86
{{ coreStore.config?.brandName }}
87
87
</span >
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div :key =" `${$route?.params.resourceId}---${$route?.params.primaryKey}`" class =" p-4 flex"
2
+ <div :key =" `${$route?.params.resourceId}---${$route?.params.primaryKey}`" class =" af-resource-parent p-4 flex"
3
3
:class =" limitHeightToPage ? 'h-[calc(100dvh-3.5rem)]': undefined"
4
4
>
5
5
<RouterView />
You can’t perform that action at this time.
0 commit comments