mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
wip(share): more styling
This commit is contained in:
parent
57a19f7fd3
commit
3c97466ac2
3 changed files with 12 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[data-component="sticky-accordion-header"] {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
top: 0px;
|
||||
|
||||
&[data-expanded] {
|
||||
z-index: 10;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue