diff --git a/web/index.css b/web/index.css index 0b8ce2f..4c67b27 100644 --- a/web/index.css +++ b/web/index.css @@ -1,14 +1,36 @@ *{ box-sizing: border-box; } -body{ - font-family: Arial, Helvetica, sans-serif; - } + +body { + font-family: Arial, Helvetica, sans-serif; + margin: 0; + padding: 0; + display: flex; + flex-direction: column; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; +} + +.main { + display: flex; + flex-direction: column; + margin: 0.2em; + overflow: hidden; +} + +.tabPage{ + overflow: auto; +} + .configForm { padding-bottom: 0.5em; } .configForm .buttons { - margin-top: 0.5em; + margin-bottom: 0.5em; } .configForm .content>div:nth-child(even) { background-color: rgb(211 211 211 / 43%); diff --git a/web/index.html b/web/index.html index e6fc841..7097914 100644 --- a/web/index.html +++ b/web/index.html @@ -48,19 +48,16 @@
- + +