Skip to content

Commit 99dd2ed

Browse files
committed
fix: don't stretch wide logos
1 parent 605fb9a commit 99dd2ed

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
@@ -76,7 +76,7 @@
7676
aria-label="Sidebar"
7777
>
7878
<div class="h-full px-3 pb-4 overflow-y-auto bg-lightSidebar dark:bg-darkSidebar border-r border-lightSidebarBorder dark:border-darkSidebarBorder">
79-
<div class="flex ms-2 md:me-24 m-4 ">
79+
<div class="flex ms-2 m-4">
8080
<img :src="loadFile(coreStore.config?.brandLogo || '@/assets/logo.svg')" :alt="`${ coreStore.config?.brandName } Logo`" class="h-8 me-3" />
8181
<span
8282
v-if="coreStore.config?.showBrandNameInSidebar"

0 commit comments

Comments
 (0)