mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-03 06:50:26 +00:00
wip(share): more styling
This commit is contained in:
parent
3fb57044d1
commit
acf1dd8500
30 changed files with 266 additions and 192 deletions
|
|
@ -339,7 +339,7 @@ export default function Page() {
|
|||
<div class="flex items-start justify-start h-full min-h-0">
|
||||
<Show when={session.messages.user().length > 1}>
|
||||
<MessageNav
|
||||
classList={{ "mt-1.5 mr-3": wide(), "mt-3 mr-8": !wide() }}
|
||||
classList={{ "mt-0.5 mr-3 absolute right-full": wide(), "mt-3 mr-8": !wide() }}
|
||||
messages={session.messages.user()}
|
||||
current={session.messages.active()}
|
||||
onMessageSelect={session.messages.setActive}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue