Align reminders line-height

This commit is contained in:
David Benque 2022-10-11 16:00:37 +01:00
parent 16cdf2ccdc
commit 5d96f94766
1 changed files with 8 additions and 0 deletions

View File

@ -286,6 +286,9 @@
}
.cp-calendar-notif-list-container {
margin-bottom: 10px;
.cp-notif-label {
margin-top: 0.5em;
}
}
.cp-calendar-notif-list {
display: flex;
@ -323,6 +326,11 @@
}
.cp-notif-empty {
display: none;
margin-bottom: 2px;
border-radius: @variables_radius;
background-color: fade(@cryptpad_text_col, 10%);
padding: 0.25rem 0.5rem;
line-height: 30px;
}
.cp-calendar-notif-list:empty ~ .cp-notif-empty {
display: block;