Allow vote tables to shrink more

This commit is contained in:
ricola 2026-01-13 20:37:19 -06:00
parent d16a8cb396
commit 240ff8ba25

View file

@ -116,10 +116,10 @@
<tr>
<% settings.values.reverse.each do |v| %>
<% (1..a.count[v[:id]]).each do |r| %>
<td class="p-0 mj-cell-<%= v[:id] %>">&nbsp;</td>
<td class="p-0 mj-cell-<%= v[:id] %>" title="i">ho&nbsp;</td>
<% end %>
<% end %>
<td class="text-center fw-bold">
<td class="p-0 text-center fw-bold">
<% if a.mj < b.mj %><<% end %>
<% if a.mj > b.mj %>><% end %>
<% if a.mj == b.mj %>=<% end %>