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: margin between the top bar and the content #1054

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

cuikaipeng
Copy link
Contributor

Description

This issue #1049 mentions the problem of the top bar being obscured.
This PR #1051 addresses that issue.
But I noticed there are still some problems on the Video page.
The margins are too narrow.
iShot_2024-10-22_10 50 22

Here's how it looked before.
iShot_2024-10-22_10 50 47

I tried to find the cause of the above issue. I checked the commit history, and in this commit 847c317#diff-8edd1371c19527656614803122cca80cb2fde924536821a4f868bbf727a55157, the "mb-2" style was removed, which led to the issue with the top bar being obscured. I think the removal of "mb-2" here, is to handle the situation where there need a TimelineTabs component.

I think the approach to solving this issue should be to determine whether "mb-2" is needed based on the type of displayed content.
So I submitted this PR.

Linked Issues

Additional context

Copy link

vercel bot commented Oct 22, 2024

@cuikaipeng is attempting to deploy a commit to the RSS3 Team on Vercel.

A member of the Team first needs to authorize it.

@hyoban hyoban merged commit e6491e5 into RSSNext:dev Oct 22, 2024
3 of 5 checks passed
@hyoban
Copy link
Member

hyoban commented Oct 22, 2024

Wow, thank you so much for the PR.

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.

2 participants