mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-08 06:53:19 +00:00
fix(app): restore timeline content inset
This commit is contained in:
parent
d985fa4307
commit
c40aecbdbe
1 changed files with 1 additions and 1 deletions
|
|
@ -511,7 +511,7 @@ export function MessageTimeline(props: {
|
|||
setWorkspaceSuggestionDismissed(false)
|
||||
}),
|
||||
)
|
||||
const turnPadding = () => (settings.general.newLayoutDesigns() ? "px-3" : "px-4 md:px-5")
|
||||
const turnPadding = () => "px-4 md:px-5"
|
||||
const workspaceOperation = createMemo(() => {
|
||||
const id = sessionID()
|
||||
if (!id) return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue