Calendar add event button gap alignment (#25662)

Calendar gap alignment
This commit is contained in:
Simon Lamon 2025-06-01 08:39:10 +02:00 committed by GitHub
parent a099e65a9d
commit 6e49f89126
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -497,9 +497,9 @@ export class HAFullCalendar extends LitElement {
ha-fab {
position: absolute;
bottom: 32px;
right: 32px;
inset-inline-end: 32px;
bottom: 16px;
right: 16px;
inset-inline-end: 16px;
inset-inline-start: initial;
z-index: 1;
}