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 the page flickers when the search dialog pops up #860

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

penxian
Copy link
Contributor

@penxian penxian commented Dec 12, 2024

PR Checklist

  • The changes have been tested (for bug fixes / features).
  • Docs in NexT website have been added / updated (for features).

PR Type

  • Bugfix.
  • Feature.
  • Improvement.
  • Code style update (e.g. formatting, linting).
  • Refactoring (no changes to functionality and APIs).
  • Documentation.
  • Translation.
  • Other... Please describe:

What is the current behavior?

the page flickers when the search dialog pops up
动画4

Issue resolved:

What is the new behavior?

Emulate GitHub's search popup implementation.

  • Link to demo site with this changes:
  • Screenshots with this changes:
    动画5

How to use?

no need change anything

@coveralls
Copy link

coveralls commented Dec 12, 2024

Pull Request Test Coverage Report for Build 12321538088

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 97.451%

Totals Coverage Status
Change from base Build 12056039421: 0.0%
Covered Lines: 400
Relevant Lines: 405

💛 - Coveralls

@@ -16,7 +16,6 @@ body {
line-height: $line-height-base;
min-height: 100%;
position: relative;
transition: padding $transition-ease;
Copy link
Member

Choose a reason for hiding this comment

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

This transition is necessary for sidebar open & close in scheme Muse & Mist. See source/css/_schemes/Muse/sidebar.styl (padding-right for body.sidebar-active)

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

Successfully merging this pull request may close these issues.

3 participants