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

History page display is misaligned #1778

Closed
u1ymd opened this issue Oct 7, 2022 · 8 comments · Fixed by #1808
Closed

History page display is misaligned #1778

u1ymd opened this issue Oct 7, 2022 · 8 comments · Fixed by #1808

Comments

@u1ymd
Copy link

u1ymd commented Oct 7, 2022

After updating to v2.4.2, the history page is misaligned.
This makes it impossible to press some buttons.
This is occurring in Chrome and Safari.

image

@slhck
Copy link

slhck commented Oct 16, 2022

Same here, this actually makes it impossible to use the app at all!

Adding this to the CSS provides a temporary fix:

#history .form-inline {
    margin-top: 20px;
}

@u1ymd
Copy link
Author

u1ymd commented Oct 20, 2022

"New note" button area still looks a little low, but the button can now be pressed.
Thanks for your help.

image

@u1ymd u1ymd closed this as completed Nov 21, 2022
@slhck
Copy link

slhck commented Nov 21, 2022

Please leave this issue open. It's still a bug that needs to be fixed!

@u1ymd u1ymd reopened this Jan 24, 2023
@jackycute
Copy link
Member

PR is welcomed!

same as #1783

@slhck
Copy link

slhck commented Jun 5, 2023

I've looked at the code a while ago and I couldn't find the part that is relevant for that. Otherwise I would've proposed a fix.

You have an open bug that affects the entire UI in a big way, initially said you were looking at it, then you are asking for PRs to fix it. I find this a bit strange.

While no open source maintainer is forced to provide support for their software, you are in the best position to fix this within probably minutes. So I hope this can be addressed soon.

@jackycute
Copy link
Member

jackycute commented Jun 5, 2023

@slhck sorry for the confusion, I getting back this just now and found the issue is pretty small which shown as your above CSS. So I think it would be a good opportunity for the issue opener to open PR and earn some credits.
I would love to fix this if no one responses.

@slhck
Copy link

slhck commented Jun 5, 2023

Thanks. As I said, I checked the code but I couldn't find the relevant part to propose the fix. I'm fact the most recent release broke this, and I couldn't find the breaking commit (I checked all the diffs)...

@jackycute
Copy link
Member

Maybe that's the browser version updates broke this, I will propose a fix.

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 a pull request may close this issue.

3 participants