Skip to content

Commit

Permalink
Fix bar height, 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
decompil3d committed Jun 7, 2022
1 parent c545a04 commit ec4e49b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/const.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const CARD_VERSION = '1.0.4';
export const CARD_VERSION = '1.0.5';
2 changes: 1 addition & 1 deletion src/weather-bar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ec4e49b

Please sign in to comment.