diff --git a/static/index.html b/static/index.html index fe14ef5..cac7f8d 100644 --- a/static/index.html +++ b/static/index.html @@ -316,13 +316,32 @@ display: flex; align-items: center; /* vertically center the button with the headline */ gap: 1rem; - } + } + .logo-chart-row { + display: flex; + align-items: stretch; + gap: 1rem; + margin-bottom: 1rem; + } + #header-tps-container { + flex: 1; + background: white; + border-radius: 6px; + padding: 0.25rem 0.75rem; + height: 100px; + position: relative; + }
-
+