feat: Ajustar la visibilidad del encabezado y el espacio en dispositivos móviles

This commit is contained in:
Shni
2025-10-15 03:03:53 -05:00
parent 9a19435c3b
commit 47d1fefbd0
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
<div class="relative flex justify-center">
<% if (!selectedGuild) { %>
<!-- Centered logo + selection card to match mock -->
<div class="flex flex-col items-center justify-start">
<div class="hidden md:flex flex-col items-center justify-start">
<!-- logo area -->
<div class="mt-10 mb-6">
<!-- reuse small logo SVG -->

View File

@@ -1,4 +1,4 @@
<header class="w-full p-2 fixed top-0 left-0 right-0 z-30">
<header class="hidden md:block w-full p-2 fixed top-0 left-0 right-0 z-30">
<div class="max-w-7xl mx-auto flex items-center justify-between px-3">
<div class="flex items-center gap-4">
<!-- hamburger for mobile to toggle sidebar/drawer -->
@@ -61,7 +61,7 @@
</div>
</header>
<div style="height:56px"></div>
<div class="hidden md:block" style="height:56px"></div>
<script>
(function(){