wip(share): more styling
Some checks are pending
format / format (push) Waiting to run
test / test (push) Waiting to run
Update Nix Hashes / update (push) Waiting to run

This commit is contained in:
Adam 2025-11-21 14:11:13 -06:00
parent 57a19f7fd3
commit 3c97466ac2
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
3 changed files with 12 additions and 4 deletions

View file

@ -1,7 +1,7 @@
[data-component="session-review"] {
display: flex;
flex-direction: column;
gap: 12px;
gap: 8px;
height: 100%;
overflow-y: auto;
scrollbar-width: none;
@ -39,10 +39,10 @@
}
[data-component="sticky-accordion-header"] {
top: 44px;
top: 40px;
&[data-expanded]::before {
top: -44px;
top: -40px;
}
}

View file

@ -214,6 +214,14 @@
width: 100%;
}
[data-component="sticky-accordion-header"] {
top: 40px;
&[data-expanded]::before {
top: -40px;
}
}
[data-slot="session-timeline-accordion-trigger-content"] {
display: flex;
align-items: center;

View file

@ -1,6 +1,6 @@
[data-component="sticky-accordion-header"] {
position: sticky;
top: 0;
top: 0px;
&[data-expanded] {
z-index: 10;