@@ -51,22 +51,22 @@ export function NewSessionView(props: NewSessionViewProps) {
5151 return (
5252 < div class = { ROOT_CLASS } >
5353 < div class = "text-20-medium text-text-weaker" > { language . t ( "command.session.new" ) } </ div >
54- < div class = "flex justify-center items-center gap-3" >
55- < Icon name = "folder" size = "small" />
56- < div class = "text-12-medium text-text-weak select-text" >
54+ < div class = "flex justify-center items-start gap-3 min-h-5 " >
55+ < Icon name = "folder" size = "small" class = "mt-0.5 shrink-0" />
56+ < div class = "text-12-medium text-text-weak select-text leading-5 " >
5757 { getDirectory ( projectRoot ( ) ) }
5858 < span class = "text-text-strong" > { getFilename ( projectRoot ( ) ) } </ span >
5959 </ div >
6060 </ div >
61- < div class = "flex justify-center items-center gap-1 " >
62- < Icon name = "branch" size = "small" />
63- < div class = "text-12-medium text-text-weak select-text ml-2 " > { label ( current ( ) ) } </ div >
61+ < div class = "flex justify-center items-start gap-3 min-h-5 " >
62+ < Icon name = "branch" size = "small" class = "mt-0.5 shrink-0" />
63+ < div class = "text-12-medium text-text-weak select-text leading-5 " > { label ( current ( ) ) } </ div >
6464 </ div >
6565 < Show when = { sync . project } >
6666 { ( project ) => (
67- < div class = "flex justify-center items-center gap-3" >
68- < Icon name = "pencil-line" size = "small" />
69- < div class = "text-12-medium text-text-weak" >
67+ < div class = "flex justify-center items-start gap-3 min-h-5 " >
68+ < Icon name = "pencil-line" size = "small" class = "mt-0.5 shrink-0" />
69+ < div class = "text-12-medium text-text-weak leading-5 " >
7070 { language . t ( "session.new.lastModified" ) }
7171 < span class = "text-text-strong" >
7272 { DateTime . fromMillis ( project ( ) . time . updated ?? project ( ) . time . created )
0 commit comments