Skip to content

Commit 6d147f2

Browse files
authored
Merge pull request #1282 from UI-Lovelace-Minimalist/basbruss-patch-5
Fix Mobile-theme non iOS devices
2 parents 6244100 + 52b0f43 commit 6d147f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ minimalist-mobile:
2020
}
2121
#view {
2222
margin: 0 !important;
23-
height: 100% !important;
23+
height: 100vh !important;
2424
}
2525
card-mod-view-yaml: |
2626
"*:first-child$": |

0 commit comments

Comments
 (0)