mobile support fixes

This commit is contained in:
2026-02-22 20:43:31 +05:00
parent 9239fd7a05
commit 3016f33783

View File

@@ -565,7 +565,8 @@
.dist-label { font-size: 9px; } .dist-label { font-size: 9px; }
.dist-pct { 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; } .history-table th, .history-table td { padding: 3px 3px; }
.hand-cards { font-size: 13px; } .hand-cards { font-size: 13px; }
.hand-tag { font-size: 8px; padding: 0px 3px; } .hand-tag { font-size: 8px; padding: 0px 3px; }
@@ -733,7 +734,7 @@
</div> </div>
<div class="panel-title">History</div> <div class="panel-title">History</div>
<div style="max-height:400px;overflow-y:auto"> <div class="history-table-wrap" style="max-height:400px;overflow-y:auto">
<table class="history-table"> <table class="history-table">
<thead> <thead>
<tr> <tr>