diff options
| author | soaos <soaos@soaos.dev> | 2026-04-03 18:59:30 -0400 |
|---|---|---|
| committer | soaos <soaos@soaos.dev> | 2026-04-03 18:59:30 -0400 |
| commit | 858dec45131afdb4f38bca47e5a6a3556bdd145f (patch) | |
| tree | 34ffbf4878eef415415c18727deecb85739605f7 | |
| parent | c1dfd130259b8747c84086ed93b5aa37fdbd1fc5 (diff) | |
wrap statusbar
| -rw-r--r-- | static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
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); */ /* } */ |