diff --git a/pkg/web/templates/index.html b/pkg/web/templates/index.html index ac51a0f..94ff162 100644 --- a/pkg/web/templates/index.html +++ b/pkg/web/templates/index.html @@ -47,6 +47,17 @@ #reloadBanner { display: none; } + + /* Improve table readability on small screens */ + @media (max-width: 575px) { + .table th, .table td { + font-size: 0.8rem; + padding: 5px; + } + .table thead { + font-size: 1rem; + } + } @@ -399,6 +410,7 @@ function renderDashboard(data) { } else { html += '' + '
No recent bans found.
'; } else { html += '' + + '| Log Line | ' + '
|---|