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

Profile: larger header following introduction of dropdown menu #15512

Closed
kraktus opened this issue Jun 15, 2024 · 1 comment · Fixed by #15513
Closed

Profile: larger header following introduction of dropdown menu #15512

kraktus opened this issue Jun 15, 2024 · 1 comment · Fixed by #15513
Labels
improvement Small incremental improvement to an existing feature no scala

Comments

@kraktus
Copy link
Member

kraktus commented Jun 15, 2024

following #15260 (nice work in general!)

before https://web.archive.org/web/20240325212250/https://lichess.org/@/thibault
image

after https://web.archive.org/web/20240615094348/https://lichess.org/@/thibault
image

The cause seems to be that the div enclosing the button is larger than it needs to be
image

@kraktus kraktus added improvement Small incremental improvement to an existing feature no scala labels Jun 15, 2024
@kraktus
Copy link
Member Author

kraktus commented Jun 15, 2024

Actually can fix it by changing this line to margin: 0 1em 0 0.3em;, testing it

margin: 1em 1em 1em 0.3em;

@kraktus kraktus changed the title Profile: wider header following introduction of dropdown menu Profile: larger header following introduction of dropdown menu Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Small incremental improvement to an existing feature no scala
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant