mirror of
https://github.com/luc-github/ESP3D-WEBUI.git
synced 2026-02-19 17:01:20 +01:00
Remove excessive bottom margin on pages
This commit is contained in:
BIN
dist/CNC/GRBL/index.html.gz
vendored
BIN
dist/CNC/GRBL/index.html.gz
vendored
Binary file not shown.
BIN
dist/CNC/GRBLHal/index.html.gz
vendored
BIN
dist/CNC/GRBLHal/index.html.gz
vendored
Binary file not shown.
BIN
dist/Plotter/HP-GL/index.html.gz
vendored
BIN
dist/Plotter/HP-GL/index.html.gz
vendored
Binary file not shown.
BIN
dist/Printer3D/Marlin-embedded/index.html.gz
vendored
BIN
dist/Printer3D/Marlin-embedded/index.html.gz
vendored
Binary file not shown.
BIN
dist/Printer3D/Marlin/index.html.gz
vendored
BIN
dist/Printer3D/Marlin/index.html.gz
vendored
Binary file not shown.
BIN
dist/Printer3D/Repetier/index.html.gz
vendored
BIN
dist/Printer3D/Repetier/index.html.gz
vendored
Binary file not shown.
BIN
dist/Printer3D/Smoothieware/index.html.gz
vendored
BIN
dist/Printer3D/Smoothieware/index.html.gz
vendored
Binary file not shown.
BIN
dist/SandTable/GRBL/index.html.gz
vendored
BIN
dist/SandTable/GRBL/index.html.gz
vendored
Binary file not shown.
@@ -17,7 +17,7 @@
|
||||
*/
|
||||
import { h } from "preact"
|
||||
import { webUIbuild } from "../../targets"
|
||||
export const webUIversion = "3.0.0-a76"
|
||||
export const webUIversion = "3.0.0-a77"
|
||||
export const Esp3dVersion = () => (
|
||||
<span>
|
||||
{webUIversion}.{webUIbuild}
|
||||
|
||||
@@ -30,7 +30,6 @@ body {
|
||||
flex: 1 1 auto;
|
||||
overflow-y: auto;
|
||||
height: 100%;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
#main-container {
|
||||
@@ -44,7 +43,7 @@ body {
|
||||
|
||||
|
||||
.footer-container {
|
||||
height: 1rem;
|
||||
height: 0.5rem;
|
||||
}
|
||||
|
||||
.no-box {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
.image-button-bar {
|
||||
text-align: center;
|
||||
height: 3rem;
|
||||
height: 2rem;
|
||||
}
|
||||
.buttons-bar {
|
||||
display: flex;
|
||||
@@ -367,8 +367,8 @@ span.input-group-addon {
|
||||
.page-container {
|
||||
display:flex;
|
||||
flex-direction: column;
|
||||
height: calc(100% - 1rem);
|
||||
|
||||
height: 100% ;
|
||||
overflow: hidden;
|
||||
}
|
||||
.extra-content-container {
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user