Remove excessive bottom margin on pages

This commit is contained in:
Luc
2024-08-21 18:51:25 +08:00
parent 0f530b53e9
commit 79384ad3ee
11 changed files with 5 additions and 6 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -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}

View File

@@ -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 {

View File

@@ -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%;