This commit is contained in:
Mateusz Gruszczyński
2026-03-05 15:53:33 +01:00
commit e8f6c4c609
74 changed files with 4482 additions and 0 deletions

10
static/css/app.css Normal file
View File

@@ -0,0 +1,10 @@
.chart-wrap{position:relative;height:260px}
.chart-wrap canvas{width:100%!important;height:260px!important}
/* Layout helpers */
.chart-wrap{height:260px;}
.chart{width:100% !important; height:100% !important;}
.truncate-40{max-width:40ch;}
/* Small UI tweaks */
pre{white-space:pre-wrap;word-break:break-word;}