- 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
9 lines
478 B
XML
9 lines
478 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 960 960">
|
|
<style>
|
|
path { fill: #0f172a; }
|
|
@media (prefers-color-scheme: dark) {
|
|
path { fill: #f7f6f8; }
|
|
}
|
|
</style>
|
|
<path d="M760 600 710 710 600 760 710 810 760 920 810 810 920 760 810 710ZM760 40 710 150 600 200 710 250 760 360 810 250 920 200 810 150ZM360 160 260 380 40 480 260 580 360 800 460 580 680 480 460 380ZM360 354 400 440 486 480 400 520 360 606 320 520 234 480 320 440ZM360 480Z"/>
|
|
</svg> |