mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 19:26:36 +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 {
|
||||
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user