Skip to content

Commit

Permalink
Merge pull request #1293 from basbruss/frontend
Browse files Browse the repository at this point in the history
Frontend Fix Themes
  • Loading branch information
basbruss committed May 3, 2023
2 parents f8c33b7 + deac9a1 commit 6e6cb7c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ minimalist-ios-tapbar:
div#view{
transform: initial;
padding: 0 !important;
position: fixed !important;
margin: 0 !important;
width: 100%;
padding-bottom: var(--header-height) !important;
}
.header {
top: auto !important;
Expand All @@ -58,8 +58,7 @@ minimalist-ios-tapbar:
background: var( --ha-card-background, var(--card-background-color) );
}
#view {
margin-top: calc(-1 * var(--header-height)) !important;
padding-bottom: var(--header-height) !important;
padding-top: calc(-1 * var(--header-height)) !important;
}
ha-tabs {
--paper-tabs-selection-bar-color: var(--header-tab-indicator-color) !important;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ minimalist-mobile-tapbar:
div#view{
transform: initial;
padding: 0 !important;
position: fixed !important;
margin: 0 !important;
width: 100%;
padding-bottom: var(--header-height) !important;
}
.header {
top: auto !important;
Expand All @@ -51,8 +51,7 @@ minimalist-mobile-tapbar:
padding-bottom: env(safe-area-inset-bottom) !important;
}
#view {
margin-top: calc(-1 * var(--header-height)) !important;
padding-bottom: var(--header-height);
padding-top: calc(-1 * var(--header-height)) !important;
}
ha-tabs {
--paper-tabs-selection-bar-color: var(--header-tab-indicator-color);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ minimalist-mobile:
display: none;
}
#view {
margin: 0 !important;
padding: 0 !important;
height: 100vh !important;
}
card-mod-view-yaml: |
Expand Down
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "UI Lovelace Minimalist",
"render_readme": true,
"homeassistant": "2023.4.3",
"homeassistant": "2023.5.0",
"zip_release": true,
"filename": "ui_lovelace_minimalist.zip"
}

0 comments on commit 6e6cb7c

Please sign in to comment.