Skip to content

Commit

Permalink
fix map card
Browse files Browse the repository at this point in the history
  • Loading branch information
matt8707 committed Aug 3, 2022
1 parent 333e5ac commit 5cf85b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions popup/hemma_mattias.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ browser_mod:
$hui-map-card:
$: |
#root {
height: 27em;
height: 25em;
padding-bottom: 0 !important;
}
ha-icon-button {
color: var(--primary-color);
zoom: 112%;
margin-top: 0.5em;
zoom: 140%;
margin-left: -0.2em;
}
ha-card {
border-top: 2px solid #1a1a1a;
Expand All @@ -48,13 +48,13 @@ browser_mod:
background-color: rgba(115, 123, 124, 0.2) !important;
color: #9da0a2 !important;
backdrop-filter: blur(0.25em);
zoom: 120%;
zoom: 140%;
}
a.leaflet-control-zoom-in {
border-bottom: 1px solid #181818 !important;
}
.leaflet-pane.leaflet-tile-pane {
filter: contrast(85%);
filter: invert(0.95) grayscale(0.95) contrast(95%);
}
card:
type: vertical-stack
Expand Down

0 comments on commit 5cf85b9

Please sign in to comment.