Add close button for mobile sidebar

This commit is contained in:
josedario87
2025-06-11 04:56:17 -06:00
parent 7c2bb74b4c
commit 6dd7867ba6

View File

@@ -79,7 +79,11 @@ const handleLinkClick = () => {
<!-- encabezado dentro de sidebar -->
<div class="flex items-center justify-between px-4 py-4 md:px-5 md:py-4 md:border-none"
style="border-bottom-color: var(--secondary-color); border-bottom-width: 1px;">
<!-- Intentionally left empty to preserve spacing on mobile -->
<!-- preserve spacing where the 'Núcleo' title used to be -->
<button class="close-btn h-8 w-8 flex items-center justify-center rounded-full border transition duration-200"
@click="ui.toggleSidebar">
</button>
</div>
<!-- navegación -->