Fix event alignment for current day (#14717)

This commit is contained in:
Philip Allgaier 2022-12-12 15:21:01 +01:00 committed by GitHub
parent 1e654d9661
commit bc9fb9a472
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -549,12 +549,8 @@ export class HAFullCalendar extends LitElement {
background: inherit;
}
td.fc-day-today .fc-daygrid-day-top {
padding-top: 4px;
}
td.fc-day-today .fc-daygrid-day-number {
height: 24px;
height: 26px;
color: var(--text-primary-color) !important;
background-color: var(--primary-color);
border-radius: 50%;
@ -563,7 +559,6 @@ export class HAFullCalendar extends LitElement {
white-space: nowrap;
width: max-content;
min-width: 24px;
line-height: 140%;
}
.fc-daygrid-day-events {