feat: Edit relative reminders #3248

Merged
konrad merged 27 commits from ce72/frontend:main into main 2023-06-10 17:04:10 +00:00
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 { .reminder-options-popup {
width: 300px; width: 310px;
z-index: 99; z-index: 99;
@media screen and (max-width: ($tablet)) { @media screen and (max-width: ($tablet)) {
@ -267,4 +267,9 @@ function translateUnit(amount: number, unit: PeriodUnit): string {
.currently-active { .currently-active {
color: var(--primary); color: var(--primary);
} }
:deep(.flatpickr-calendar) {
margin: 0 auto;
box-shadow: none;
}
</style> </style>