Skip to content

improve card layout consistency and spacing#725

Merged
moehdotdev merged 1 commit into
mainfrom
home-uiux-changes
May 1, 2026
Merged

improve card layout consistency and spacing#725
moehdotdev merged 1 commit into
mainfrom
home-uiux-changes

Conversation

@moehdotdev

Copy link
Copy Markdown
Member

this pr updates the layout and styling of workspace and note cards to make them more consistent and visually balanced across the app.

what changed:

  • standardized card widths and heights (increased from ~300px to 330px, added min heights)
  • switched card layouts to use flex with flex-col and flex-grow for better vertical distribution
  • removed unnecessary wrappers and simplified content structure (especially around icons and content areas)
  • adjusted grid layout from 4 columns to 3 columns on medium screens
  • unified spacing in footers (increased padding, consistent gap usage)
  • removed backdrop blur and some extra styling for a cleaner look

the previous implementation had inconsistent sizing, uneven spacing, and some layout constraints that made cards feel cramped or misaligned. using fixed heights also limited flexibility when content varied.

before :
image

now:
image

  • more consistent card sizing across different components
  • improved vertical alignment using flexbox (content naturally fills space)
  • cleaner and simpler structure, easier to maintain
  • better responsiveness with a more balanced grid (3 columns instead of 4)
  • improved readability and spacing, especially in footers and content areas

@vercel

vercel Bot commented May 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
notevo Ready Ready Preview, Comment May 1, 2026 3:22pm

@moehdotdev moehdotdev merged commit 72bc337 into main May 1, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant