mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 01:36:49 +00:00
Improve alerts padding in area card (#25897)
This commit is contained in:
parent
caa60e4e8c
commit
31bc708725
@ -663,8 +663,8 @@ export class HuiAreaCard extends LitElement implements LovelaceCard {
|
||||
left: 0;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 4px;
|
||||
padding: 4px;
|
||||
gap: 8px;
|
||||
padding: 8px;
|
||||
pointer-events: none;
|
||||
z-index: 1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user