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: fix block fold button on mobile #94

Merged
merged 1 commit into from
May 13, 2023
Merged

Conversation

UNICKCHENG
Copy link
Collaborator

Fix: #90, #86

main cause: position: relative;

The following code is mainly used for bullet threading.

.ls-block div.items-center {
  position: relative;
  height: 26px !important;
}

solution

Replace items-center with block-control-wrap for more precise positioning.

.ls-block div.block-control-wrap {
    position: relative;
    height: 26px !important;
}

image
image

@UNICKCHENG UNICKCHENG added the bug Something isn't working label May 13, 2023
@UNICKCHENG UNICKCHENG merged commit 8ae8551 into pengx17:main May 13, 2023
2 checks passed
@github-actions
Copy link

🎉 This PR is included in version 1.26.17 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

block fold button on mobile
2 participants