Skip to content

Commit 79384ad

Browse files
committed
Remove excessive bottom margin on pages
1 parent 0f530b5 commit 79384ad

File tree

11 files changed

+5
-6
lines changed

11 files changed

+5
-6
lines changed

dist/CNC/GRBL/index.html.gz

-7 Bytes
Binary file not shown.

dist/CNC/GRBLHal/index.html.gz

-6 Bytes
Binary file not shown.

dist/Plotter/HP-GL/index.html.gz

-8 Bytes
Binary file not shown.
-9 Bytes
Binary file not shown.
-9 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.
-9 Bytes
Binary file not shown.

dist/SandTable/GRBL/index.html.gz

-6 Bytes
Binary file not shown.

src/components/App/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818
import { h } from "preact"
1919
import { webUIbuild } from "../../targets"
20-
export const webUIversion = "3.0.0-a76"
20+
export const webUIversion = "3.0.0-a77"
2121
export const Esp3dVersion = () => (
2222
<span>
2323
{webUIversion}.{webUIbuild}

src/style/components/_app.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ body {
3030
flex: 1 1 auto;
3131
overflow-y: auto;
3232
height: 100%;
33-
margin-bottom: 2rem;
3433
}
3534

3635
#main-container {
@@ -44,7 +43,7 @@ body {
4443

4544

4645
.footer-container {
47-
height: 1rem;
46+
height: 0.5rem;
4847
}
4948

5049
.no-box {

0 commit comments

Comments
 (0)