mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix event alignment for current day (#14717)
This commit is contained in:
parent
1e654d9661
commit
bc9fb9a472
@ -549,12 +549,8 @@ export class HAFullCalendar extends LitElement {
|
|||||||
background: inherit;
|
background: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.fc-day-today .fc-daygrid-day-top {
|
|
||||||
padding-top: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
td.fc-day-today .fc-daygrid-day-number {
|
td.fc-day-today .fc-daygrid-day-number {
|
||||||
height: 24px;
|
height: 26px;
|
||||||
color: var(--text-primary-color) !important;
|
color: var(--text-primary-color) !important;
|
||||||
background-color: var(--primary-color);
|
background-color: var(--primary-color);
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
@ -563,7 +559,6 @@ export class HAFullCalendar extends LitElement {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
width: max-content;
|
width: max-content;
|
||||||
min-width: 24px;
|
min-width: 24px;
|
||||||
line-height: 140%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fc-daygrid-day-events {
|
.fc-daygrid-day-events {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user