Merge pull request #1615 from cryptpad/calendar-modal-ui-fixes

Calendar modal UI fixes
This commit is contained in:
yflory 2024-09-09 13:26:25 +02:00 committed by GitHub
commit f25714d22c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 6 deletions

View File

@ -424,10 +424,7 @@
// margin-bottom: 20px;
input {
width: 80px;
margin-right: 0.3rem;
}
.fa-plus{
margin-left:0.3rem;
margin-right: 0.5rem;
}
}
}

View File

@ -1607,10 +1607,10 @@ define([
]));
if (config.caretDown) {
$button.append(h('i.fa.fa-caret-down'));
$button.prepend(h('i.fa.fa-caret-down'));
}
if (config.angleDown) {
$button.append(h('i.fa.fa-angle-down'));
$button.prepend(h('i.fa.fa-angle-down'));
}
// Menu