mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 09:26:28 +00:00
feat: support delete image link of block
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user