diff options
| author | Adam <[email protected]> | 2025-12-12 14:48:56 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-12 15:24:42 -0600 |
| commit | 9efe09564bc0f6fca488f165a991ed9d90548457 (patch) | |
| tree | 8aa43d4885e0a8bdd8a7a828f9e18ab5103555a5 /packages/ui/src/components/session-turn.css | |
| parent | ccdd77032aedf9ce9fdf48ad74e79a9e308a370c (diff) | |
| download | opencode-9efe09564bc0f6fca488f165a991ed9d90548457.tar.gz opencode-9efe09564bc0f6fca488f165a991ed9d90548457.zip | |
fix: desktop layout
Diffstat (limited to 'packages/ui/src/components/session-turn.css')
| -rw-r--r-- | packages/ui/src/components/session-turn.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ui/src/components/session-turn.css b/packages/ui/src/components/session-turn.css index 6bead9b57..3b7d74dc2 100644 --- a/packages/ui/src/components/session-turn.css +++ b/packages/ui/src/components/session-turn.css @@ -214,10 +214,10 @@ } [data-component="sticky-accordion-header"] { - top: 40px; + top: var(--sticky-header-height, 40px); &[data-expanded]::before { - top: -40px; + top: calc(-1 * var(--sticky-header-height, 40px)); } } |
