Commit 7d9282a
authored
Adjust home screen bottom navigation height and padding (#2904)
* Adjust home screen bottom navigation height and padding
- Increase `--launcher-bottom-nav-height` to 86px to ensure consistent layout, replacing a min-height that was not tracked in a variable, producing inconsistent bottom padding.
- Update wrapper padding and simplify selectors to provide better scroll clearance for the bottom navigation bar.
* Adjust some more nav height
* Update package.json to match installed component version
* attempt lightningcss config adjustment to fix CI
* Change CI to run Vite version from package.json definition
Update to v8 is causing errors
* CSS variable fallback fix for consistency1 parent 3ef0f45 commit 7d9282a
File tree
5 files changed
+250
-13
lines changed- .github/workflows
- dt-apps/dt-home/assets/css
5 files changed
+250
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
| 121 | + | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
978 | 978 | | |
979 | 979 | | |
980 | 980 | | |
981 | | - | |
| 981 | + | |
982 | 982 | | |
983 | 983 | | |
984 | 984 | | |
| |||
994 | 994 | | |
995 | 995 | | |
996 | 996 | | |
997 | | - | |
998 | 997 | | |
999 | 998 | | |
1000 | 999 | | |
| |||
1008 | 1007 | | |
1009 | 1008 | | |
1010 | 1009 | | |
1011 | | - | |
1012 | 1010 | | |
1013 | 1011 | | |
1014 | 1012 | | |
| |||
1170 | 1168 | | |
1171 | 1169 | | |
1172 | 1170 | | |
1173 | | - | |
1174 | 1171 | | |
1175 | 1172 | | |
1176 | 1173 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
84 | 87 | | |
85 | 88 | | |
86 | 89 | | |
| |||
0 commit comments