mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 05:16:34 +00:00
Increase margin to avoid fab overlap on backup overview page (#24047)
This commit is contained in:
parent
0f4b6b423a
commit
b263b74916
@ -221,8 +221,7 @@ class HaConfigBackupOverview extends LitElement {
|
||||
gap: 24px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-bottom: 24px;
|
||||
margin-bottom: 72px;
|
||||
margin-bottom: calc(env(safe-area-inset-bottom) + 72px);
|
||||
}
|
||||
.card-actions {
|
||||
display: flex;
|
||||
|
Loading…
x
Reference in New Issue
Block a user