feat: Edit relative reminders #3248

Merged
konrad merged 27 commits from ce72/frontend:main into main 2023-06-10 17:04:10 +00:00
1 changed files with 6 additions and 1 deletions
Showing only changes of commit 9a736cf65f - Show all commits

View File

@ -240,7 +240,7 @@ function translateUnit(amount: number, unit: PeriodUnit): string {
}
.reminder-options-popup {
width: 300px;
width: 310px;
z-index: 99;
@media screen and (max-width: ($tablet)) {
@ -267,4 +267,9 @@ function translateUnit(amount: number, unit: PeriodUnit): string {
.currently-active {
color: var(--primary);
}
:deep(.flatpickr-calendar) {
margin: 0 auto;
box-shadow: none;
}
</style>