summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-12-08 10:15:50 -0600
committerAdam <[email protected]>2025-12-08 10:24:26 -0600
commit9f23d85e20af5ae8e81bdff66a0b5927f0597edc (patch)
treee2a97239da956dbb6f414ec79aa353445a2c3950
parent54e15b38eaf8dab60e6d75c2382785870661b2a0 (diff)
downloadopencode-9f23d85e20af5ae8e81bdff66a0b5927f0597edc.tar.gz
opencode-9f23d85e20af5ae8e81bdff66a0b5927f0597edc.zip
wip(desktop): progress
-rw-r--r--packages/desktop/src/pages/layout.tsx2
-rw-r--r--packages/ui/src/components/session-message-rail.css3
2 files changed, 2 insertions, 3 deletions
diff --git a/packages/desktop/src/pages/layout.tsx b/packages/desktop/src/pages/layout.tsx
index a1b575ee5..0c0d99147 100644
--- a/packages/desktop/src/pages/layout.tsx
+++ b/packages/desktop/src/pages/layout.tsx
@@ -65,7 +65,7 @@ export default function Layout(props: ParentProps) {
label={(x) => x.title}
value={(x) => x.id}
onSelect={navigateToSession}
- class="text-14-regular text-text-base max-w-3xs"
+ class="text-14-regular text-text-base max-w-md"
variant="ghost"
/>
</div>
diff --git a/packages/ui/src/components/session-message-rail.css b/packages/ui/src/components/session-message-rail.css
index 9d302e10e..03f0bb3ef 100644
--- a/packages/ui/src/components/session-message-rail.css
+++ b/packages/ui/src/components/session-message-rail.css
@@ -17,11 +17,10 @@
display: none;
}
-@media (min-width: 72rem) {
+@container (min-width: 72rem) {
[data-slot="session-message-rail-compact"] {
display: none;
}
-
[data-slot="session-message-rail-full"] {
display: flex;
}