Compare commits

..

3 commits

Author SHA1 Message Date
fb899e8176 Add border to vote tables on hover 2026-01-13 20:37:32 -06:00
240ff8ba25 Allow vote tables to shrink more 2026-01-13 20:37:19 -06:00
d16a8cb396 Allow vote tables to shrink more 2026-01-14 03:23:13 +01:00
2 changed files with 1 additions and 2 deletions

View file

@ -24,6 +24,5 @@
.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] %>">&nbsp;</td> <td class="p-0 mj-cell-<%= v[:id] %>" title="i">ho&nbsp;</td>
<% end %> <% end %>
<% end %> <% end %>
<td class="p-0 text-center fw-bold"> <td class="p-0 text-center fw-bold">