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

Fix reply button spacing #10525 #10580

Merged
merged 1 commit into from
Jan 22, 2025
Merged

Fix reply button spacing #10525 #10580

merged 1 commit into from
Jan 22, 2025

Conversation

keremsemiz
Copy link
Contributor

@keremsemiz keremsemiz commented Jan 18, 2025

fixes #10525
Fix reply button spacing

Screenshot from 2025-01-22 17-54-07

@keremsemiz keremsemiz removed the request for review from ChristophWurst January 18, 2025 10:02
@keremsemiz keremsemiz self-assigned this Jan 18, 2025
@keremsemiz keremsemiz removed the request for review from kesselb January 18, 2025 10:02
padding-bottom: 3px;
display: flex;
align-items: center;
justify-content: center;
Copy link
Contributor

Choose a reason for hiding this comment

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

In general, trying to style only the nonsuggested(a.k.a reply button) is the right way to do it, but in this case the issue is caused by a margin that already exists on the parent class .reply-buttons. So try to change the margin-right, to be same as bottom margin :)

@GretaD GretaD force-pushed the keremsemiz/issue10525 branch from 82ded5d to 3969a2d Compare January 22, 2025 16:53
@GretaD GretaD force-pushed the keremsemiz/issue10525 branch from 3969a2d to fe5ff37 Compare January 22, 2025 16:57
@GretaD GretaD enabled auto-merge January 22, 2025 16:58
@GretaD GretaD force-pushed the keremsemiz/issue10525 branch from fe5ff37 to e468b31 Compare January 22, 2025 17:01
@GretaD GretaD force-pushed the keremsemiz/issue10525 branch from e468b31 to fa6f6b5 Compare January 22, 2025 17:02
@GretaD GretaD merged commit 00f3ef9 into main Jan 22, 2025
33 of 34 checks passed
@GretaD GretaD deleted the keremsemiz/issue10525 branch January 22, 2025 17:12
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.

Reply button spacing bottom is off
2 participants