mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix not showing multi day events on mobile (#17660)
This commit is contained in:
parent
811edfcc0f
commit
e3f53e90e2
@ -645,27 +645,19 @@ export class HAFullCalendar extends LitElement {
|
|||||||
:host([narrow])
|
:host([narrow])
|
||||||
.fc-dayGridMonth-view
|
.fc-dayGridMonth-view
|
||||||
.fc-daygrid-dot-event
|
.fc-daygrid-dot-event
|
||||||
.fc-event-title,
|
.fc-event-title {
|
||||||
:host([narrow]) .fc-dayGridMonth-view .fc-daygrid-day-bottom {
|
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
:host([narrow])
|
:host([narrow]) .fc-dayGridMonth-view .fc-daygrid-event-harness {
|
||||||
.fc
|
margin-top: 0 !important;
|
||||||
.fc-dayGridMonth-view
|
|
||||||
.fc-daygrid-event-harness-abs {
|
|
||||||
visibility: visible !important;
|
|
||||||
position: static;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
:host([narrow]) .fc-dayGridMonth-view .fc-daygrid-day-events {
|
:host([narrow]) .fc-dayGridMonth-view .fc-daygrid-day-events {
|
||||||
display: flex;
|
display: flex;
|
||||||
min-height: 2em !important;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
max-height: 2em;
|
|
||||||
height: 2em;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
:host([narrow]) .fc-dayGridMonth-view .fc-scrollgrid-sync-table {
|
:host([narrow]) .fc-dayGridMonth-view .fc-scrollgrid-sync-table {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user