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: restore previous layout #7347

Closed
wants to merge 1 commit into from
Closed

fix: restore previous layout #7347

wants to merge 1 commit into from

Conversation

kovsu
Copy link
Contributor

@kovsu kovsu commented May 3, 2024

I remember that the buttons was at the right

Screenshot

before:
CleanShot 2024-05-03 at 17 42 27@2x

after:
CleanShot 2024-05-03 at 17 42 10@2x

@fregante
Copy link
Member

fregante commented May 3, 2024

What does it look like without Refined GitHub? We shouldn't change that

@@ -127,7 +127,7 @@ function createDropdownList(category: Category, filters: Filter[]): JSX.Element

const createDropdown = onetime(() => (
<details
className="details-reset details-overlay position-relative rgh-select-notifications mx-2"
className="details-reset details-overlay position-relative rgh-select-notifications mx-2 mr-auto"
Copy link
Member

Choose a reason for hiding this comment

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

You probably just need to change the existing class

Suggested change
className="details-reset details-overlay position-relative rgh-select-notifications mx-2 mr-auto"
className="details-reset details-overlay position-relative rgh-select-notifications ml-2"

@kovsu
Copy link
Contributor Author

kovsu commented May 6, 2024

What does it look like without Refined GitHub? We shouldn't change that

@fregante All right, I remember it was at the right 😂. As you say we shouldn't change that, so I close this pr.

@kovsu kovsu closed this May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants