diff --git a/src/css/logger-ui.css b/src/css/logger-ui.css index 94355c0..cdb3876 100644 --- a/src/css/logger-ui.css +++ b/src/css/logger-ui.css @@ -14,7 +14,6 @@ body { background-color: white; border: 0; box-sizing: border-box; - height: 40px; left: 0; margin: 0; padding: 0 1em; @@ -56,7 +55,7 @@ input:focus { } #content { font: 13px sans-serif; - margin-top: 40px; + margin-top: 3.5em; width: 100%; } @@ -186,7 +185,7 @@ body.compactView #content td { left: 0; position: fixed; right: 0; - top: 0; + top: 3.5em; z-index: 100; } #popupContainer.show ~ #focusOverlay {