Compare commits
7 commits
3e29b3fff5
...
ed6ca5dcc8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ed6ca5dcc8 | ||
|
|
8ef425d1b0 | ||
|
|
4bef17a9eb | ||
|
|
c7354b0b55 | ||
|
|
621777098e | ||
|
|
f5a80f5caf | ||
|
|
00e5a39750 |
1 changed files with 8 additions and 5 deletions
|
|
@ -36,8 +36,8 @@ class="hidden lg:flex fixed top-0 inset-x-0 z-50 h-12 items-center bg-white/95 d
|
||||||
{{-- Brand (width tracks sidebar) --}}
|
{{-- Brand (width tracks sidebar) --}}
|
||||||
<div class="flex items-center gap-2 h-full shrink-0 border-r border-neutral-200 dark:border-white/[0.06] transition-[width] duration-200"
|
<div class="flex items-center gap-2 h-full shrink-0 border-r border-neutral-200 dark:border-white/[0.06] transition-[width] duration-200"
|
||||||
:class="collapsed ? 'w-16 justify-center px-0' : 'w-56 px-4'">
|
:class="collapsed ? 'w-16 justify-center px-0' : 'w-56 px-4'">
|
||||||
{{-- MapleDeploy branding --}}
|
{{-- MapleDeploy branding: logo with version + attribution stacked beneath so the fixed-width brand column never overflows --}}
|
||||||
<div class="flex shrink-0 items-center gap-1.5 min-w-0">
|
<div class="flex min-w-0 flex-col justify-center overflow-hidden">
|
||||||
<a href="/" {{ wireNavigate() }} title="MapleDeploy"
|
<a href="/" {{ wireNavigate() }} title="MapleDeploy"
|
||||||
class="flex items-center hover:opacity-80 transition-opacity">
|
class="flex items-center hover:opacity-80 transition-opacity">
|
||||||
<img x-show="collapsed" x-cloak src="https://mapledeploy.ca/api/logo/mark?height=64" alt="MapleDeploy"
|
<img x-show="collapsed" x-cloak src="https://mapledeploy.ca/api/logo/mark?height=64" alt="MapleDeploy"
|
||||||
|
|
@ -47,10 +47,13 @@ class="size-5" />
|
||||||
<img src="https://mapledeploy.ca/api/logo/lockup?height=40&dark=true" alt="MapleDeploy" class="hidden max-h-5 w-auto max-w-full dark:block" />
|
<img src="https://mapledeploy.ca/api/logo/lockup?height=40&dark=true" alt="MapleDeploy" class="hidden max-h-5 w-auto max-w-full dark:block" />
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
<x-version x-show="!collapsed"
|
|
||||||
class="!text-[10.5px] font-medium text-neutral-400 dark:text-fg-faint !opacity-100 hover:!opacity-100 dark:hover:text-fg hover:text-black" />
|
|
||||||
<span x-show="!collapsed"
|
<span x-show="!collapsed"
|
||||||
class="whitespace-nowrap text-[10.5px] font-medium text-neutral-400 dark:text-fg-faint">Powered by Coolify</span>
|
class="flex items-center gap-1 whitespace-nowrap text-[10px] leading-tight font-medium text-neutral-400 dark:text-fg-faint">
|
||||||
|
<x-version
|
||||||
|
class="!text-[10px] font-medium text-neutral-400 dark:text-fg-faint !opacity-100 hover:!opacity-100 dark:hover:text-fg hover:text-black" />
|
||||||
|
<span aria-hidden="true">·</span>
|
||||||
|
<span>Powered by Coolify</span>
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
@if (isInstanceAdmin() && !isCloud())
|
@if (isInstanceAdmin() && !isCloud())
|
||||||
<div x-show="!collapsed" class="ml-auto shrink-0">
|
<div x-show="!collapsed" class="ml-auto shrink-0">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue