diff --git a/cmd/server/web/css/style.css b/cmd/server/web/css/style.css index 5961092..1f3a4d3 100644 --- a/cmd/server/web/css/style.css +++ b/cmd/server/web/css/style.css @@ -21,6 +21,7 @@ h1 { display: grid; grid-template-columns: 1fr; gap: 12px; + align-items: stretch; } @media (min-width: 900px) { @@ -39,6 +40,10 @@ h1 { padding: 14px; background: rgba(0,255,136,0.05); overflow: hidden; + + height: 100%; + display: flex; + flex-direction: column; } .card h3 { @@ -236,7 +241,7 @@ h1 { /* LEFT */ .left { - flex: 1; + flex: 1 1 auto; min-width: 300px; padding: 10px; } diff --git a/cmd/server/web/dashboard.html b/cmd/server/web/dashboard.html index 81307bc..38f9073 100644 --- a/cmd/server/web/dashboard.html +++ b/cmd/server/web/dashboard.html @@ -24,7 +24,7 @@