fix(ui): keep layout responsive at every interface scale

This commit is contained in:
khafaji-ahmed
2026-09-08 19:56:49 -04:00
parent 05915e2859
commit e12a0ebd64
21 changed files with 197 additions and 35 deletions
@@ -425,7 +425,7 @@ function SessionProjectScrollerComponent(props: Props): React.ReactNode {
) : (
<>
<Icon name="history" className="h-3.5 w-3.5 flex-shrink-0 text-muted-foreground/80" />
<span className="truncate text-[14px] font-semibold lowercase text-foreground">
<span className="truncate typography-ui-label font-semibold lowercase text-foreground">
{t('sessions.sidebar.activity.recentTitle')}
</span>
</>