feat: support delete image link of block

This commit is contained in:
charlie
2021-01-13 21:36:20 +08:00
parent e8a20dbde7
commit ee529b5b9d
8 changed files with 216 additions and 49 deletions

View File

@@ -30,6 +30,19 @@
}
}
.ui__confirm-modal {
.sublabel {
display: flex;
padding: 2px 0;
align-items: center;
font-size: 14px;
input[type=checkbox] {
margin-right: 4px;
}
}
}
.dropdown-wrapper {
background-color: var(--ls-primary-background-color, #fff);
min-width: 12rem;