summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/session-turn.css
diff options
context:
space:
mode:
authorGitHub Action <[email protected]>2026-01-24 12:50:47 +0000
committerGitHub Action <[email protected]>2026-01-24 12:50:47 +0000
commit04b511e1fe135b70256c6aa4f41b81ce2571276c (patch)
tree8d82bcbbe6024122315fe7cd2c6fd61fee9c3216 /packages/ui/src/components/session-turn.css
parent456469d54144af7a1e81414ec96cf35ac75b44b8 (diff)
downloadopencode-04b511e1fe135b70256c6aa4f41b81ce2571276c.tar.gz
opencode-04b511e1fe135b70256c6aa4f41b81ce2571276c.zip
chore: generate
Diffstat (limited to 'packages/ui/src/components/session-turn.css')
-rw-r--r--packages/ui/src/components/session-turn.css17
1 files changed, 12 insertions, 5 deletions
diff --git a/packages/ui/src/components/session-turn.css b/packages/ui/src/components/session-turn.css
index e6e4ba7a6..bf143cd4f 100644
--- a/packages/ui/src/components/session-turn.css
+++ b/packages/ui/src/components/session-turn.css
@@ -125,8 +125,12 @@
padding: 0;
}
- [data-component="user-message"][data-can-expand="true"] [data-slot="user-message-text"] [data-slot="user-message-expand"],
- [data-component="user-message"][data-expanded="true"] [data-slot="user-message-text"] [data-slot="user-message-expand"] {
+ [data-component="user-message"][data-can-expand="true"]
+ [data-slot="user-message-text"]
+ [data-slot="user-message-expand"],
+ [data-component="user-message"][data-expanded="true"]
+ [data-slot="user-message-text"]
+ [data-slot="user-message-expand"] {
display: inline-flex;
align-items: center;
justify-content: center;
@@ -143,7 +147,10 @@
}
}
- [data-component="user-message"][data-expanded="true"] [data-slot="user-message-text"] [data-slot="user-message-expand"] [data-slot="icon-svg"] {
+ [data-component="user-message"][data-expanded="true"]
+ [data-slot="user-message-text"]
+ [data-slot="user-message-expand"]
+ [data-slot="icon-svg"] {
transform: rotate(180deg);
}
@@ -244,7 +251,7 @@
font-size: 15px;
}
- &[data-fade="true"]>* {
+ &[data-fade="true"] > * {
animation: fadeUp 0.4s ease-out forwards;
opacity: 0;
@@ -531,7 +538,7 @@
padding-right: 12px;
border-left: 1px solid var(--border-base);
- > :first-child>[data-component="markdown"]:first-child {
+ > :first-child > [data-component="markdown"]:first-child {
margin-top: 0;
}
}