1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 20:55:49 +00:00

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 Paul Bottein
parent 77eae6044d
commit 5daec6bbc5

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;
}