fix(ui): tighten home screen spacing

Remove the launcher tagline from the home screen and normalize the Open Sidecar action spacing so the action stack uses consistent vertical rhythm.

This keeps the recent workspace area higher on the page without changing launcher behavior or the existing folder, clone, sidecar, and remote actions.
This commit is contained in:
Shantur Rathore 2026-05-09 07:25:58 +01:00
parent 7153169747
commit d344ef3132

View file

@ -691,7 +691,6 @@ const FolderSelectionView: Component<FolderSelectionViewProps> = (props) => {
<DiscordSymbolIcon class="w-4 h-4" />
</a>
</div>
<p class="mt-3 text-base text-secondary">{t("folderSelection.tagline")}</p>
</div>
<div class="flex-1 min-h-0 overflow-hidden flex flex-col gap-4">
@ -963,7 +962,7 @@ const FolderSelectionView: Component<FolderSelectionViewProps> = (props) => {
<button
type="button"
onClick={() => props.onOpenSidecar?.()}
class="button-primary mt-3 w-full flex items-center justify-center text-sm"
class="button-primary w-full flex items-center justify-center text-sm"
>
<div class="flex items-center gap-2">
<MonitorUp class="w-4 h-4" />