Skip to content

Commit 6e6cb7c

Browse files
authored
Merge pull request #1293 from basbruss/frontend
Frontend Fix Themes
2 parents f8c33b7 + deac9a1 commit 6e6cb7c

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

custom_components/ui_lovelace_minimalist/lovelace/themefiles/minimalist-ios-tapbar/minimalist-ios-tapbar.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ minimalist-ios-tapbar:
4242
div#view{
4343
transform: initial;
4444
padding: 0 !important;
45-
position: fixed !important;
4645
margin: 0 !important;
4746
width: 100%;
47+
padding-bottom: var(--header-height) !important;
4848
}
4949
.header {
5050
top: auto !important;
@@ -58,8 +58,7 @@ minimalist-ios-tapbar:
5858
background: var( --ha-card-background, var(--card-background-color) );
5959
}
6060
#view {
61-
margin-top: calc(-1 * var(--header-height)) !important;
62-
padding-bottom: var(--header-height) !important;
61+
padding-top: calc(-1 * var(--header-height)) !important;
6362
}
6463
ha-tabs {
6564
--paper-tabs-selection-bar-color: var(--header-tab-indicator-color) !important;

custom_components/ui_lovelace_minimalist/lovelace/themefiles/minimalist-mobile-tapbar/minimalist-mobile-tapbar.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ minimalist-mobile-tapbar:
3636
div#view{
3737
transform: initial;
3838
padding: 0 !important;
39-
position: fixed !important;
4039
margin: 0 !important;
4140
width: 100%;
41+
padding-bottom: var(--header-height) !important;
4242
}
4343
.header {
4444
top: auto !important;
@@ -51,8 +51,7 @@ minimalist-mobile-tapbar:
5151
padding-bottom: env(safe-area-inset-bottom) !important;
5252
}
5353
#view {
54-
margin-top: calc(-1 * var(--header-height)) !important;
55-
padding-bottom: var(--header-height);
54+
padding-top: calc(-1 * var(--header-height)) !important;
5655
}
5756
ha-tabs {
5857
--paper-tabs-selection-bar-color: var(--header-tab-indicator-color);

custom_components/ui_lovelace_minimalist/lovelace/themefiles/minimalist-mobile/minimalist-mobile.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ minimalist-mobile:
1919
display: none;
2020
}
2121
#view {
22-
margin: 0 !important;
22+
padding: 0 !important;
2323
height: 100vh !important;
2424
}
2525
card-mod-view-yaml: |

hacs.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "UI Lovelace Minimalist",
33
"render_readme": true,
4-
"homeassistant": "2023.4.3",
4+
"homeassistant": "2023.5.0",
55
"zip_release": true,
66
"filename": "ui_lovelace_minimalist.zip"
77
}

0 commit comments

Comments
 (0)