插入图片后图片会存在灰色边框,看到/source/css/_variables/base.styl中可以将table的边框去除,但不知道对于图片如何处理
..\source\css\_common\components\post\post-expand.styl Line 48
img {
box-sizing: border-box;
margin: auto;
padding: 3px;
border: 1px solid $gray-lighter;
}
@Nirvanada dont understand u, write in English if not solved. If solved, close it please. Thank's!
I change border to none as @xovel said, it works on localhost but not on deploy??
NexT is rebased into organization repo.
If you want new feature, fix, or support, create new in NexT v6.x repo (desirable in English).
There is instructions on English or Chinese how to update from v5.1.x to v 6.0.x
You also may read this for details.
Most helpful comment
..\source\css\_common\components\post\post-expand.stylLine 48