some error debugging and for frontend thicker lines around blocks

This commit is contained in:
jenz
2026-08-24 12:59:16 +02:00
parent 1ae342151e
commit 9c4c02c532
13 changed files with 27 additions and 15 deletions
@@ -370,7 +370,7 @@ export default function PopulationChart() {
return (
<div className="panel p-6">
{/* Currently online — always visible, always live, not tied to the date range below */}
<div className="mb-6 pb-6 border-b border-base-border">
<div className="mb-6 pb-6 border-b-2 border-base-divider">
<div className="flex items-center justify-between mb-3">
<div className="flex items-center gap-2">
<span className="relative flex w-2 h-2">
@@ -553,7 +553,7 @@ export default function PopulationChart() {
</div>
{selectedPoint && (
<div className="mt-4 pt-4 border-t border-base-border">
<div className="mt-4 pt-4 border-t-2 border-base-divider">
<div className="stat-label mb-3">
Online at {new Date(selectedPoint.t).toLocaleString()}
{selectedPoint.mapName && (