Compare commits

..

2 commits

Author SHA1 Message Date
325200628c Add border to vote tables on hover 2026-01-13 20:42:32 -06:00
85a00037f8 Allow vote tables to shrink more 2026-01-13 20:40:36 -06:00
2 changed files with 2 additions and 1 deletions

View file

@ -24,5 +24,6 @@
.mj-cell-<%= v[:id] %>:hover { .mj-cell-<%= v[:id] %>:hover {
border-left-width: 1px; border-left-width: 1px;
border-right-width: 1px; border-right-width: 1px;
border-color: var(--bs-body-color);
} }
<% end %> <% end %>

View file

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