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

Incorrect align "Add cover" title on pages #13

Closed
MPaandeey opened this issue May 21, 2022 · 1 comment
Closed

Incorrect align "Add cover" title on pages #13

MPaandeey opened this issue May 21, 2022 · 1 comment

Comments

@MPaandeey
Copy link

Smaller Page Titles tweaker is incorrectly align Add cover options

Now

Before

After

After

Code i got from internet

.notion-record-icon[style*="margin-bottom: 0px; align-self: flex-start;"] {
top: 66px;
height: 0px !important;
width: 38px !important;
margin-top: 0px !important;
}
.notion-record-icon[style*="margin-bottom: 0px; align-self: flex-start;"] * {
height: 50px !important;
width: 50px !important;
display: block;
}
.notion-page-block > [data-content-editable-leaf="true"] {
margin-left: 52px;
}

Note : The icon and heading now look very small so make it little bigger,size provided in code

@EliWimmer
Copy link
Owner

Will be fixed in next major release 👍

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

No branches or pull requests

2 participants