diff --git a/src/const.ts b/src/const.ts index 2c9de18f..af3cb9b2 100644 --- a/src/const.ts +++ b/src/const.ts @@ -1 +1 @@ -export const CARD_VERSION = '1.0.4'; +export const CARD_VERSION = '1.0.5'; diff --git a/src/weather-bar.ts b/src/weather-bar.ts index 7b495243..0d98a59e 100644 --- a/src/weather-bar.ts +++ b/src/weather-bar.ts @@ -91,7 +91,7 @@ export class WeatherBar extends LitElement { grid-auto-columns: 1fr; } .bar > div { - height: 100%; + height: 30px; text-align: center; align-items: center; display: grid;