typroa图片靠左,图片大小设置

 

文件 ->偏好设置 

 

 

打开对应主题的 css (这里我用的是github主题,所以修改 github.css) 文件 加入如下样式 然后重启

img{
    zoom:80%
}
p .md-image:only-child{
    width: auto;
    text-align:    left;
}

 

 

posted @ 2022-07-30 09:11  树梢  阅读(133)  评论(0)    收藏  举报