mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
render close icon
This commit is contained in:
parent
ab8927ac05
commit
a917edadf2
@ -1440,6 +1440,9 @@
|
||||
& > * {
|
||||
margin-right: 10px;
|
||||
}
|
||||
svg {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
.cp-radio {
|
||||
|
||||
@ -5089,6 +5089,7 @@ define([
|
||||
$button.after(confirmContent);
|
||||
$button.remove();
|
||||
picker.open();
|
||||
Lucide.createIcons();
|
||||
});
|
||||
|
||||
$endDate.append(h('div.cp-form-status', text));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user