From ec4e49b5bb95234cc86aed8d6fa59367edae8744 Mon Sep 17 00:00:00 2001 From: Jonathan Keslin Date: Tue, 7 Jun 2022 22:19:43 +0000 Subject: [PATCH] Fix bar height, 1.0.5 --- src/const.ts | 2 +- src/weather-bar.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;