Skip to content

Conversation

@addresskrish
Copy link
Contributor

Description

Reduces excessive padding in the content picker window to provide more space for content previews while maintaining clean spacing.

Changes Made

  • Reduce container padding from px-4 to px-2 for more content space
  • Reduce individual item padding from p-2 to p-1
  • Reduce gaps between items from gap-4 to gap-3
  • Remove unnecessary margin from title text
  • Reduce padding in resolution selector and accessibility warning areas

Impact

  • Content previews are now larger and easier to see
  • Better space utilization while maintaining visual hierarchy
  • Improved user experience for screen sharing selection

Testing

  • Code compiles without errors
  • Changes maintain existing functionality
  • Responsive design preserved
  • No accessibility issues introduced

Fixes #114

- Reduce container padding from px-4 to px-2 for more content space
- Reduce individual item padding from p-2 to p-1
- Reduce gaps between items from gap-4 to gap-3
- Remove unnecessary margin from title text
- Reduce padding in resolution selector and accessibility warning areas

This provides more space for content previews while maintaining clean spacing.

Fixes gethopp#114
@addresskrish addresskrish requested a review from konsalex as a code owner October 5, 2025 15:43
@CLAassistant
Copy link

CLAassistant commented Oct 5, 2025

CLA assistant check
All committers have signed the CLA.

@netlify
Copy link

netlify bot commented Oct 5, 2025

Deploy Preview for hoppdocs ready!

Name Link
🔨 Latest commit 8859515
🔍 Latest deploy log https://app.netlify.com/projects/hoppdocs/deploys/68e5930fda075900083382a4
😎 Deploy Preview https://deploy-preview-121--hoppdocs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Address reviewer feedback to stop grid items from stretching by adding
items-start class to the grid container.
Copy link
Contributor

@iparaskev iparaskev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's keep only the items-start change. Everything else should be the same.

@iparaskev iparaskev merged commit 1ac9b45 into gethopp:main Oct 8, 2025
14 checks passed
@iparaskev
Copy link
Contributor

@addresskrish thanks for the contribution!

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.

design: reduce entry padding when selecting content for sharing

3 participants