You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
503 B
32 lines
503 B
#quill-toolbar{
|
|
.quill-btn{
|
|
vertical-align: middle;
|
|
}
|
|
.quill_image{
|
|
display: inline-block;
|
|
position: relative;
|
|
vertical-align: middle;
|
|
width: 28px;
|
|
height: 24px;
|
|
overflow: hidden;
|
|
.image_input{
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
opacity: 0;
|
|
}
|
|
.ql-image{
|
|
position: relative;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.react_quill_area{
|
|
.ql-toolbar:not(:last-child) {
|
|
display: none;
|
|
}
|
|
} |