Commit 7bba52d
authored
fix: prevent layout shift on sent page when collapsible opens (#33)
* fix: prevent illustration from shifting when collapsible opens on sent page (#26)
Add min-width: 0 and overflow: hidden to the .done flex container in
+page.svelte so it cannot grow beyond its parent when the <details>
element expands. Apply the same constraints to the Done.svelte .container
(also adding width: 100% and box-sizing: border-box) and to HelpToggle's
.help-section, so text revealed by the collapsible cannot push the column
wider and shift the airplane illustration.
* fix: remove hardcoded container names to allow multiple worktrees to run simultaneously1 parent a0ed4ee commit 7bba52d
3 files changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
| 74 | + | |
73 | 75 | | |
| 76 | + | |
74 | 77 | | |
75 | 78 | | |
76 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
| 134 | + | |
133 | 135 | | |
134 | 136 | | |
135 | 137 | | |
| |||
0 commit comments