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

Menu bug #302

Open
andresgalante opened this issue Jan 26, 2015 · 11 comments
Open

Menu bug #302

andresgalante opened this issue Jan 26, 2015 · 11 comments
Assignees
Labels

Comments

@andresgalante
Copy link

There is a bug on the menu, it is not showing the links correctly with. The solution is on screen.scss:
.g-plusone-slot{
position: absolute;
right: 50px;
}
.navbar .container{
position:relative
}

@andresgalante andresgalante changed the title Menu Menu bug Jan 26, 2015
@andresgalante andresgalante reopened this Jan 26, 2015
@bartoszmajsak
Copy link
Member

bartoszmajsak commented Apr 26, 2016

I know this issue is a bit dusty, but if that's still the case could you send a PR with the fix?

@andresgalante
Copy link
Author

andresgalante commented May 2, 2016

@bartoszmajsak Yeap, it is still there. This is an critical UI/UX bug. The menu is invisible on -md sizes making the website impossible to navigate.
screen shot 2016-05-02 at 8 25 00 am
In order to send a PR I'd need to install Awestruct and compile everything. It would take me more time than I have this week. It is a very simple fix for someone that has everything running. Just paste this:

.g-plusone-slot{
position: absolute;
right: 50px;
}
.navbar .container{
position:relative
}

If it can wait, then I'll try to install everything next week and send a PR.

@bartoszmajsak bartoszmajsak self-assigned this May 2, 2016
@bartoszmajsak
Copy link
Member

Ok, cool :) I will take care of it, no worries. Thanks for investigating an issue and providing a solution.

I think it would be good to have some simple dockerized solution for contributors. I will try to provide something like that in the nearest future.

@andresgalante
Copy link
Author

@bartoszmajsak thanks :) and ping in on IRC (my nick is agalante) if anything doesn't work as it should

@bartoszmajsak
Copy link
Member

Related to #116

@bartoszmajsak
Copy link
Member

I cannot reproduce this issue :) Can you share your browser/device details + resolution?

@andresgalante
Copy link
Author

Just start resizing the window till to see no menu items and no navicon 😄

screen shot 2016-08-25 at 11 23 26 am

@andresgalante
Copy link
Author

I've just tested it on FF, Chrome and Safari. Same result.

@bartoszmajsak
Copy link
Member

LOL :) Got it now. Resized to a too small window and got the "menu icon" instead. It seems to be messed up for the certain ranges. Thx.

@bartoszmajsak
Copy link
Member

.... I feel dumb now :)

@andresgalante
Copy link
Author

@bartoszmajsak don't worry, it was a hidden bug. Let me know if I can help

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

No branches or pull requests

2 participants