-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
横向超级块建议添加垂直布局选项 #10906
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In what scenarios do you need this feature?
现在思源只有水平布局的设置,建议横向超级块添加垂直布局的设置

原因:
目前的横向超级块在两个块高度不一样的时候排版有时候不满足需求
Describe the optimal solution
对横向超级块横排分栏时,添加垂直布局选项,垂直居中、顶部对齐、底边对齐选项

个人会更倾向于横向超级块垂直居中对齐对于块高度不一样的时候的图片和挂件排版会更舒服一些,当然如果是纯文字排版,还是顶部对齐好。
Describe the candidate solution
现阶段可以用代码片段代替
/* 横向超级块中图片和挂件垂直居中 */
.protyle-wysiwyg .sb[data-sb-layout="col"]{
align-items: center;
}
Other information
No response
The text was updated successfully, but these errors were encountered: