Skip to content

Comments

Adjust spacing in the Feed header#461

Merged
trevor-e merged 2 commits intoEmergeTools:mainfrom
NinjaLikesCheez:fix-news-label-on-weird-configurations
May 16, 2025
Merged

Adjust spacing in the Feed header#461
trevor-e merged 2 commits intoEmergeTools:mainfrom
NinjaLikesCheez:fix-news-label-on-weird-configurations

Conversation

@NinjaLikesCheez
Copy link
Contributor

This is to better accommodate weird spacing issues with 85% text size on specific devices.

Before:
IMG_4185

After:
simulator_screenshot_EF8C8C42-AD10-43FC-A3A0-DC65D5D75289

… issues with 85% text size on specific devices
Copy link
Collaborator

@trevor-e trevor-e left a comment

Choose a reason for hiding this comment

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

Thanks for fixing! One small request then can merge.

.containerShape(.rect(cornerRadius: 24, style: .continuous))

HStack(spacing: 16) {
Spacer()
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can this be Spacer(minLength: 0)? Otherwise I think this will add default padding to the sides.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done :)

}
.frame(maxWidth: .infinity)
}
Spacer()
Copy link
Collaborator

Choose a reason for hiding this comment

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

Same with this one.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done :)

@trevor-e trevor-e merged commit 954ed4f into EmergeTools:main May 16, 2025
NicoHinderling pushed a commit that referenced this pull request May 28, 2025
This is to better accommodate weird spacing issues with 85% text size on
specific devices.

Before:

![IMG_4185](https://github.com/user-attachments/assets/69191e73-38a3-49a8-8bf2-9c1fbaf0f14c)


After:

![simulator_screenshot_EF8C8C42-AD10-43FC-A3A0-DC65D5D75289](https://github.com/user-attachments/assets/a45802ca-4aee-406f-9221-fdd2d12072e7)
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.

3 participants