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

Fix header menu not opening on mobile #11

Merged
merged 3 commits into from
Jul 3, 2020

Conversation

pedromtcosta
Copy link
Contributor

#3

Solução proposta:

  • Colocar os componentes HeaderLogo e HeaderMenu dentro de uma estrutura row -> col. Isso é necessário por que no mobile é esperado que estes dois compoentes fiquem na mesma linha
  • Modificar a position do menu mobile para fixed para que ele apareça mais próximo do botão

Proposed solutionÇ

  • Wrap HeaderLogo and HeaderMenu inside a row -> col structure. This is needed because on mobile it's expected that these two components share the same line
  • Modify the position of the mobile menu to relative so it appears closer to the button

@@ -113,3 +113,4 @@ $RECYCLE.BIN/
/ LibVisWeb/.vs/LibVisWeb/v15/Server/sqlite3/storage.ide-wal
/ LibVisWeb/LibVisWeb.sln
/ LibVisWeb/LibVisWeb/appsettings.json
/LibVisWeb/.vs
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sei que é besteira minha, mas isso já não está contido aqui?

.vs/*

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sei que é besteira minha, mas isso já não está contido aqui?

.vs/*

Acredito que não. O primeiro diz "ignore tudo que está contido em um diretório .vs, o segundo diz para ignorar diretorios .vs, que estejam contidos em um diretório LibVisWeb"

@nullconst nullconst merged commit 8f04ef4 into ancapsu:master Jul 3, 2020
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 this pull request may close these issues.

2 participants