Skip to content

[UI] Comment dropdown not aligned #14404

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

Closed
1 of 2 tasks
kdumontnu opened this issue Jan 19, 2021 · 2 comments · Fixed by #14406
Closed
1 of 2 tasks

[UI] Comment dropdown not aligned #14404

kdumontnu opened this issue Jan 19, 2021 · 2 comments · Fixed by #14406

Comments

@kdumontnu
Copy link
Contributor

Description

Dropdown for comments (and perhaps elsewhere?) are not aligned with the parent element.

Should be a simple fix of adding top right to the semantic class definition.

Screenshots

image

@zeripath
Copy link
Contributor

this one could be solved with "top left" actually, but the smiley one needs "top right" which breaks because of our less abuse of .right.

We'd need to do some javascript or less changes I think or figure out how to set this some other way

@kdumontnu
Copy link
Contributor Author

"top right" breaks because of our less abuse of .right.

Yeah, I found that out the hard way :/

I like the look of right better than left and it's consistent.

I have a patch-fix using .right:not(.dropdown) in less, but would like to improve it

@go-gitea go-gitea locked and limited conversation to collaborators Mar 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants