File tree Expand file tree Collapse file tree
adminforth/spa/src/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 <img v-if =" coreStore.config?.iconOnlySidebar?.logo" :src =" loadFile(coreStore.config?.iconOnlySidebar?.logo || '')" :alt =" `${ coreStore.config?.brandName } Logo`" class =" af-sidebar-icon-only-logo h-8" :class =" { 'hidden': !(coreStore.config?.showBrandLogoInSidebar !== false && coreStore.config?.iconOnlySidebar?.logo && iconOnlySidebarEnabled && isSidebarIconOnly && !isSidebarHovering) }" />
3333 <span
3434 v-if =" coreStore.config?.showBrandNameInSidebar && (!iconOnlySidebarEnabled || !isSidebarIconOnly || (isSidebarIconOnly && isSidebarHovering))"
35- class =" af-title self-center text-lightNavbarText-size font-semibold sm:text-lightNavbarText-size whitespace-nowrap dark:text-darkSidebarText text-lightSidebarText"
35+ class =" af-title self-center text-lightNavbarText-size font-semibold sm:text-lightNavbarText-size whitespace-nowrap dark:text-darkSidebarText text-lightSidebarText truncate "
3636 >
3737 {{ coreStore.config?.brandName }}
3838 </span >
You can’t perform that action at this time.
0 commit comments