From 5c3f7a7aa2b102f90ccb375e93ed05a7fbcdb20b Mon Sep 17 00:00:00 2001 From: itziarZG Date: Tue, 28 Jul 2026 19:32:28 +0200 Subject: [PATCH] fix(lab): repair tab DOM structure, restore missing content, stop page jumps - Fix malformed class attribute on tab buttons container (was breaking pb-4 mb-8 dark:border-slate-800 classes; tab buttons sat glued to content with no spacing) - Move 'Trabajo Anterior' details back inside #tab-proyectos where it belongs (had been orphaned into #tab-contents after earlier balance fixes, causing it to render on every tab) - Close tab-proyectos correctly so Proyectos and Notes panes show their own content instead of inheriting display:none from Infraestructura - initTabs() now scrolls smoothly to the tab buttons container on switch to prevent the 'jump' caused by varying content height --- favicon.svg | 9 +++ huella.html | 1 + index-ca.html | 177 +++++++++++++-------------------------------- index-en.html | 169 ++++++++++++------------------------------- index.html | 173 ++++++++++++-------------------------------- js/main.js | 9 ++- privacidad-ca.html | 1 + privacidad-en.html | 1 + privacidad.html | 1 + 9 files changed, 164 insertions(+), 377 deletions(-) create mode 100644 favicon.svg diff --git a/favicon.svg b/favicon.svg new file mode 100644 index 0000000..a51064d --- /dev/null +++ b/favicon.svg @@ -0,0 +1,9 @@ + + + + \ No newline at end of file diff --git a/huella.html b/huella.html index a87b6c0..9867a4a 100644 --- a/huella.html +++ b/huella.html @@ -4,6 +4,7 @@ Huella Digital y Decisiones Técnicas | Itziar ZG +