chore: cleanup

This commit is contained in:
Adam
2026-01-19 10:54:56 -06:00
parent c720a2163c
commit eb779a7cc5
2 changed files with 67 additions and 6 deletions

View File

@@ -1,4 +1,6 @@
[data-component="session-turn"] {
--session-turn-sticky-height: 0px;
--sticky-header-height: calc(var(--session-title-height, 0px) + var(--session-turn-sticky-height, 0px) + 12px);
/* flex: 1; */
height: 100%;
min-height: 0;
@@ -44,6 +46,12 @@
}
}
[data-slot="session-turn-attachments"] {
width: 100%;
min-width: 0;
align-self: stretch;
}
[data-slot="session-turn-sticky"] {
width: calc(100% + 9px);
position: sticky;
@@ -331,11 +339,10 @@
}
[data-component="sticky-accordion-header"] {
top: var(--sticky-header-height, 40px);
top: var(--sticky-header-height, 0px);
&[data-expanded]::before {
top: calc(-1 * var(--sticky-header-height, 40px));
top: calc(-1 * var(--sticky-header-height, 0px));
}
/* position: static; */
}
[data-slot="session-turn-accordion-trigger-content"] {