-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
减少列表竖线间距 #3137
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
好的,我们一并改进。 |
加油! |
嗯嗯,不同人的看法确实不太一样。 列表竖线间距的话改CSS挺方便 .protyle-wysiwyg [data-node-id].li>.list {
padding-left: 0px;
} 我加上了这个,间距就和以前差不多了,暂时也没发现副作用。 但列表行间距有点难调,因为会带来不少副作用。 如果不改默认的话,希望V姐或者有大佬可以帮忙给出调间距需要增加的、完整的、处理好副作用的CSS,让用户可以自己加到主题CSS里面 ~(≥▽≤)/~ 比如我加上这段代码: .protyle .li {
margin: -5px 0px -5px 0px;
} 间距和其他软件差不多了,但会造成: |
今天刚下载思源使用。现在仅仅“.protyle .li”不能修改间距了,默认主题下。
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
)
The text was updated successfully, but these errors were encountered: