mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Increase target zone for tile card icon click (#24219)
This commit is contained in:
parent
0c6651c2c2
commit
02deeb4ce7
@ -395,12 +395,14 @@ export class HuiTileCard extends LitElement implements LovelaceCard {
|
|||||||
ha-tile-icon {
|
ha-tile-icon {
|
||||||
--tile-icon-color: var(--tile-color);
|
--tile-icon-color: var(--tile-color);
|
||||||
position: relative;
|
position: relative;
|
||||||
|
padding: 6px;
|
||||||
|
margin: -6px;
|
||||||
}
|
}
|
||||||
ha-tile-badge {
|
ha-tile-badge {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -3px;
|
top: 3px;
|
||||||
right: -3px;
|
right: 3px;
|
||||||
inset-inline-end: -3px;
|
inset-inline-end: 3px;
|
||||||
inset-inline-start: initial;
|
inset-inline-start: initial;
|
||||||
}
|
}
|
||||||
ha-tile-info {
|
ha-tile-info {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user