style(stammbaum): widen side panel to 320px so longer names don't clip

The 268px width came from the spec mock; real names plus the
relationship pill ("Eugenie de Gruyter" + "Elternteil") need more
breathing room.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-04-28 08:36:01 +02:00
committed by marcel
parent cd26057ea5
commit b969bcd877

View File

@@ -105,7 +105,7 @@ function zoomOut() {
/>
</div>
{#if selectedNode}
<aside class="w-[268px] shrink-0 overflow-y-auto border-l border-line bg-surface">
<aside class="w-[320px] shrink-0 overflow-y-auto border-l border-line bg-surface">
<StammbaumSidePanel
node={selectedNode}
canWrite={canWrite}