Add a tiny border at the bottom of the geo stats count

This commit is contained in:
2025-11-22 13:43:07 +01:00
parent e3d0d34fab
commit b43d443b2f
2 changed files with 5 additions and 5 deletions

View File

@@ -2987,7 +2987,7 @@
percent = Math.min(Math.max(percent, 3), 100);
return ''
+ '<div class="space-y-2">'
+ ' <div class="flex items-center justify-between text-sm font-medium text-gray-800">'
+ ' <div class="flex items-center justify-between text-sm font-medium text-gray-800" style="border-bottom: ridge;">'
+ ' <span>' + escapeHtml(label) + '</span>'
+ ' <span>' + formatNumber(stat.count || 0) + '</span>'
+ ' </div>'