Fix: Display logo openly without frame or cropping

This commit is contained in:
2026-03-21 01:36:30 -07:00
parent 19256c327e
commit 42fb286ef0

View File

@@ -23,7 +23,7 @@
<header class="w-full flex items-center justify-between"> <header class="w-full flex items-center justify-between">
<div class="flex items-center gap-3"> <div class="flex items-center gap-3">
<img src="examples/cat1.webp" alt="vibegif logo" class="w-12 h-12 rounded-xl object-cover border border-neutral-100 shadow-sm"> <img src="examples/cat1.webp" alt="vibegif logo" class="h-14 w-auto block">
<h1 class="text-4xl tracking-tight">vibegif<span class="text-neutral-400">.lol</span></h1> <h1 class="text-4xl tracking-tight">vibegif<span class="text-neutral-400">.lol</span></h1>
</div> </div>
<button id="btn-settings" class="p-2 rounded-lg hover:bg-neutral-100 transition" title="Settings"> <button id="btn-settings" class="p-2 rounded-lg hover:bg-neutral-100 transition" title="Settings">