#vditor{
    margin: 0 auto;
    text-align: left;
    box-shadow: 0 0 10px 4px rgba(82, 92, 210, 0.1);
}

#vditor textarea::-webkit-scrollbar{
    width: 5px;
}

#vditor textarea::-webkit-scrollbar-thumb{
    background: #d1d1d1;
    border-radius: 3px;
}

div.save,div.title {
    float: right;
}

.vditor-reset img.emoji {
    max-width: 35px !important;
}

.vditor-preview img{
    width: 100%;
}