mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +00:00
Calendar add event button gap alignment (#25662)
Calendar gap alignment
This commit is contained in:
parent
a099e65a9d
commit
6e49f89126
@ -497,9 +497,9 @@ export class HAFullCalendar extends LitElement {
|
|||||||
|
|
||||||
ha-fab {
|
ha-fab {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 32px;
|
bottom: 16px;
|
||||||
right: 32px;
|
right: 16px;
|
||||||
inset-inline-end: 32px;
|
inset-inline-end: 16px;
|
||||||
inset-inline-start: initial;
|
inset-inline-start: initial;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user