mirror of
https://github.com/NeuralNomadsAI/CodeNomad.git
synced 2026-08-19 05:13:27 +00:00
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:
parent
7153169747
commit
d344ef3132
1 changed files with 1 additions and 2 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue