From 858dec45131afdb4f38bca47e5a6a3556bdd145f Mon Sep 17 00:00:00 2001 From: soaos Date: Fri, 3 Apr 2026 18:59:30 -0400 Subject: wrap statusbar --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index 038a78e..2827f13 100644 --- a/static/style.css +++ b/static/style.css @@ -204,6 +204,10 @@ body { width: 12rem; } +.status-bar { + flex-wrap: wrap; +} + /* h2 { */ /* color: var(--orange); */ /* } */ -- cgit v1.3-2-g0d8e