Skip to content

Fixes the Settings page device width & spacing#151

Merged
DioChuks merged 2 commits intoStarkBid:mainfrom
0xDeon:fix-147-settings-spacing
Aug 29, 2025
Merged

Fixes the Settings page device width & spacing#151
DioChuks merged 2 commits intoStarkBid:mainfrom
0xDeon:fix-147-settings-spacing

Conversation

@0xDeon
Copy link
Contributor

@0xDeon 0xDeon commented Aug 29, 2025

description

This PR fixes the inconsistent spacing that affects device screens on the settings page, it resolves the underlying classic layout styling issue uncovered from the rigorous use of css properties that tamper with page width and spacing.

  • fixed width to max of 1440px
  • ensured horizontal and vertical spacing across parent and child components
  • removed unnecessary & overhead styles
  • matches figma design

Concerns

Typography adjustment needs to be done for both small & large screens.

screenshots

image image image image

Acceptance Criteria

  • /settings has appropriate vertical & horizontal spacing with the correct content position.
  • preference tab is consistent with padding across its horizontal axis.
  • I confirm that the changes do not break on different screen sizes.

Closes #147

@netlify
Copy link

netlify bot commented Aug 29, 2025

Deploy Preview for starkbid-stable ready!

Name Link
🔨 Latest commit 8761a03
🔍 Latest deploy log https://app.netlify.com/projects/starkbid-stable/deploys/68b1ff5c2215eb00082c5e92
😎 Deploy Preview https://deploy-preview-151--starkbid-stable.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.

@netlify
Copy link

netlify bot commented Aug 29, 2025

Deploy Preview for starkbid ready!

Name Link
🔨 Latest commit 8761a03
🔍 Latest deploy log https://app.netlify.com/projects/starkbid/deploys/68b1ff5c79d90a00087dfa97
😎 Deploy Preview https://deploy-preview-151--starkbid.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.

@DioChuks DioChuks self-requested a review August 29, 2025 21:28
Copy link
Contributor

@DioChuks DioChuks left a comment

Choose a reason for hiding this comment

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

Great work 👍

@DioChuks DioChuks merged commit c5e464d into StarkBid:main Aug 29, 2025
8 of 9 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.

Adjust Vertical Spacing and Horizontal Padding in Settings Page

2 participants