diff --git a/public/css/style.css b/public/css/style.css index 6e8afc9..bdab5df 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -389,6 +389,7 @@ input:checked + .slider:before { font-weight: 600; color: var(--accent-indigo); opacity: 0.9; + margin-top: 3px; } :root.light-theme .title-time { @@ -547,6 +548,12 @@ input:checked + .slider:before { padding: 18px 22px 0; } +.chart-header-left { + display: flex; + align-items: center; + gap: 16px; +} + .chart-title { display: flex; align-items: center; diff --git a/public/index.html b/public/index.html index 7a657ab..407e609 100644 --- a/public/index.html +++ b/public/index.html @@ -173,7 +173,7 @@
-
+