From 3016f3378350f94f42b2314677f3aef24cce7fa3 Mon Sep 17 00:00:00 2001 From: Junaid Saeed Uppal Date: Sun, 22 Feb 2026 20:43:31 +0500 Subject: [PATCH] mobile support fixes --- static/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/index.html b/static/index.html index 66e1c15e8..3b225d235 100644 --- a/static/index.html +++ b/static/index.html @@ -565,7 +565,8 @@ .dist-label { font-size: 9px; } .dist-pct { font-size: 9px; } - .history-table { font-size: 10px; } + .history-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; } + .history-table { font-size: 10px; min-width: 500px; } .history-table th, .history-table td { padding: 3px 3px; } .hand-cards { font-size: 13px; } .hand-tag { font-size: 8px; padding: 0px 3px; } @@ -733,7 +734,7 @@
History
-
+