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(v2): restore responsive menu #5063

Merged
merged 1 commit into from
Jun 25, 2021
Merged

fix(v2): restore responsive menu #5063

merged 1 commit into from
Jun 25, 2021

Conversation

lex111
Copy link
Contributor

@lex111 lex111 commented Jun 25, 2021

Motivation

After merging of #5035, the button to display responsive menu is no longer displayed. I just now noticed that :(

image

Have you read the Contributing Guidelines on pull requests?

Yes

Test Plan

Preview

Related PRs

(If this PR adds or changes functionality, please take some time to update the docs at https://github.com/facebook/docusaurus, and link to your PR here.)

@lex111 lex111 added the pr: bug fix This PR fixes a bug in a past release. label Jun 25, 2021
@lex111 lex111 requested a review from slorber as a code owner June 25, 2021 10:01
@facebook-github-bot facebook-github-bot added the CLA Signed Signed Facebook CLA label Jun 25, 2021
@lex111
Copy link
Contributor Author

lex111 commented Jun 25, 2021

On the other hand, this is good sign to finally get rid of this button through #4273! 😜

@netlify
Copy link

netlify bot commented Jun 25, 2021

✔️ [V2]

🔨 Explore the source changes: f046552

🔍 Inspect the deploy log: https://app.netlify.com/sites/docusaurus-2/deploys/60d5a966f92a2d000820fab8

😎 Browse the preview: https://deploy-preview-5063--docusaurus-2.netlify.app

@github-actions
Copy link

⚡️ Lighthouse report for the changes in this PR:

Category Score
🟢 Performance 92
🟢 Accessibility 98
🟢 Best practices 100
🟢 SEO 100
🟢 PWA 95

Lighthouse ran on https://deploy-preview-5063--docusaurus-2.netlify.app/

@@ -78,9 +78,3 @@
) !important;
}
}

@media (max-width: 996px) {
.docSidebarContainer {
Copy link
Contributor Author

@lex111 lex111 Jun 25, 2021

Choose a reason for hiding this comment

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

In fact, collapse sidebar button is already hidden, so I'm even more surprised how it can be displayed when the viewport is resized in browser.

.collapseSidebarButton {
display: none;

@github-actions
Copy link

Size Change: -26 B (0%)

Total Size: 601 kB

ℹ️ View Unchanged
Filename Size Change
website/build/assets/css/styles.********.css 87.7 kB -26 B (0%)
website/build/assets/js/main.********.js 415 kB 0 B
website/build/blog/2017/12/14/introducing-docusaurus/index.html 66.5 kB 0 B
website/build/docs/introduction/index.html 235 B 0 B
website/build/index.html 31.3 kB 0 B

compressed-size-action

@slorber
Copy link
Collaborator

slorber commented Jun 25, 2021

thanks! will release a fix for this soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Signed Facebook CLA pr: bug fix This PR fixes a bug in a past release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants