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

New Page button shown incorrect position in GitLab wiki page #23305

Open
CYBAI opened this issue May 2, 2019 · 4 comments
Open

New Page button shown incorrect position in GitLab wiki page #23305

CYBAI opened this issue May 2, 2019 · 4 comments

Comments

@CYBAI
Copy link
Member

CYBAI commented May 2, 2019

While accessing this page, I found the buttons of New Page, Page History and Edit are shown incorrectly in Servo.

In Servo

Servo

In Firefox

Firefox

Built with latest master on macOS 10.14.4

@ferjm
Copy link
Contributor

ferjm commented May 2, 2019

The buttons are using SVG:

<div class="nav-icon-container">
<svg><use xlink:href="/assets/icons-24aaa921aa9e411162e6913688816c79861d0de4bee876cf6fc4c794be34ee91.svg#issues"></use></svg>
</div>

So this is probably a dup of #12973

@CYBAI
Copy link
Member Author

CYBAI commented May 2, 2019

The buttons are using SVG:

<div class="nav-icon-container">
<svg><use xlink:href="/assets/icons-24aaa921aa9e411162e6913688816c79861d0de4bee876cf6fc4c794be34ee91.svg#issues"></use></svg>
</div>

So this is probably a dup of #12973

Oops, I mean the New Page, Page History and Edit. Maybe I should describe more detail, thanks!

@CYBAI CYBAI changed the title Button shown incorrectly in GitLab wiki page New Page button shown incorrect position in GitLab wiki page May 2, 2019
@dralley
Copy link
Contributor

dralley commented Mar 25, 2020

These buttons are now in the correct place, however the "search or jump to" textbox text is misplaced.

Screenshot from 2020-03-25 10-22-24

@dralley
Copy link
Contributor

dralley commented Mar 25, 2020

Actually, they are still misplaced vertically. But they are all misplaced together, so it has improved slightly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants