mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix(desktop): code tab padding
This commit is contained in:
parent
89922a8598
commit
7adbc3ad44
1 changed files with 2 additions and 2 deletions
|
|
@ -791,14 +791,14 @@ export default function Page() {
|
|||
},
|
||||
)
|
||||
return (
|
||||
<Tabs.Content value={tab} class="select-text">
|
||||
<Tabs.Content value={tab} class="select-text mt-3">
|
||||
<Switch>
|
||||
<Match when={file()}>
|
||||
{(f) => (
|
||||
<Code
|
||||
file={{ name: f().path, contents: f().content?.content ?? "" }}
|
||||
overflow="scroll"
|
||||
class="pt-3 pb-40"
|
||||
class="pb-40"
|
||||
/>
|
||||
)}
|
||||
</Match>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue