feat(app): update home screen alignment + markdown styles (#34172)
This commit is contained in:
parent
5a55135d89
commit
a2d08fb63b
2 changed files with 11 additions and 3 deletions
|
|
@ -1133,7 +1133,7 @@ function HomeSessionSearchResultRow(props: {
|
|||
function HomeSessionGroupHeader(props: { title: string; onNewSession?: () => void }) {
|
||||
const language = useLanguage()
|
||||
return (
|
||||
<div class="flex h-7 min-w-0 items-center justify-between pl-[18px]">
|
||||
<div class="flex h-7 min-w-0 items-center justify-between pl-3">
|
||||
<div class={HOME_SECTION_LABEL}>{props.title}</div>
|
||||
<Show when={props.onNewSession}>
|
||||
{(onNewSession) => (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue