Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup layout footer gap #10435

Merged
merged 14 commits into from
Aug 10, 2023
Merged

Conversation

notbakaneko
Copy link
Collaborator

Moves the margin-bottom gap to the section container.
Apparently it's supposed to be everywhere; except it looks really odd in chat, especially on mobile, so I removed it there.

@@ -48,6 +48,8 @@
}

.u-chat & {
margin-top: -10px; // compensate for section's margin; no scroll full screen looks weird with a gap.
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think it's not too bad 🤔

(confirmed with flyte)

@@ -136,13 +130,15 @@
&__section {
display: flex;
flex-direction: column;
margin-bottom: 10px;
Copy link
Collaborator

Choose a reason for hiding this comment

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

account settings page now has 15px margin (from previously also incorrect 5px)

@nanaya nanaya enabled auto-merge August 10, 2023 03:38
@nanaya nanaya merged commit 36d197d into ppy:master Aug 10, 2023
3 checks passed
@notbakaneko notbakaneko deleted the feature/layout-margin-cleanup branch August 28, 2023 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants