diff --git a/darkstat/front/shared.templ b/darkstat/front/shared.templ index 0888f193..27dc33dc 100644 --- a/darkstat/front/shared.templ +++ b/darkstat/front/shared.templ @@ -53,11 +53,11 @@ templ TabContent() { & #table-top { overflow: scroll; - height: calc(70vh - 50px) !important; + height: calc(60vh - 50px) !important; } & #table-bottom { overflow: scroll; - height: 30vh; + height: 40vh; } } & #infocard_view { @@ -85,9 +85,14 @@ templ Heading() { display: flex; flex-direction: row; justify-content: space-between; + min-height: 30px; } .right { margin: 10px; + + } + .left { + align-self: stretch; }
@@ -104,14 +109,16 @@ templ TabMenu(url utils_types.FilePath) {