-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Support list block font size modification #14524
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
Comments
原来如此 |
@Vanessa219 加一行这个呢: |
这个好像控制不了列表项单独设置的字体 |
没理解,我这边看上去好像没问题 |
这个变量是编辑器的,如果选中列表项进行设置了字体大小的话,这个变量就不准确了。 |
我这样操作看起来没啥问题的样子: .protyle .protyle-wysiwyg .li[data-subtype=o] > .protyle-action, .protyle .protyle-wysiwyg .li[data-subtype=u] > .protyle-action, .protyle .protyle-wysiwyg[data-readonly=false] .li[data-subtype=t] > .protyle-action {
cursor: pointer;
font-size: var(--b3-font-size-editor);
}
.protyle-util:has(.b3-slider:active, .b3-slider:hover) {
opacity: 0.1;
}
.protyle-font .fn__none:not(.b3-tooltips) {
display: block !important;
}
.protyle-font .fn__none.fn__flex:not(.b3-tooltips) {
display: flex !important;
} video.webm另外关联 #10710 |
前面的圆点没有跟随字体变大而变大 |
这不是符合预期的吗
前面的理由就是不让圆点变化 |
不让圆点单独变化,如果编辑器字体设置了,还是需要变化的。 |
意思是不能让列表块中的列表项的圆点单独变化,但允许整个列表块的圆点都一起变化吗? |
应该是整个文档吧 |
那不如用 |
目前就是和编辑器字号一致。 |
目前给列表块、列表项或列表上层的容器块设置字号之后就会不一致了。使用 |
如果修改了列表字体的话可能跟随会更好一点,列表项的话就不跟随。 |
支持列表块修改字号
In what scenarios do you need this feature?
现在包含列表多选或者点击列表的块标操作,均不能修改块的字号,但是套一层超级块就能修改,有点奇怪。
Describe the optimal solution
1
Describe the candidate solution
No response
Other information
No response
The text was updated successfully, but these errors were encountered: