Flexify scoreboard
All checks were successful
CI / scan_ruby (push) Successful in 15s
CI / scan_js (push) Successful in 13s
CI / lint (push) Successful in 14s
CI / test (push) Successful in 27s

This commit is contained in:
sto 2025-06-21 11:11:18 +02:00
parent 6c16e5e232
commit 6fb5ba5f3e

View File

@ -1,7 +1,9 @@
.d-flex.flex-column style="height: calc(100vh - 180px)"
.d-flex.flex-row.justify-content-center.mb-5
- @contest.puzzles.each do |puzzle|
= image_tag(puzzle.image, class: "img-fluid m-2", style: "max-height: 256px") if puzzle.image.attached?
= image_tag(puzzle.image, class: "img-fluid m-3", style: "max-height: 256px") if puzzle.image.attached?
.d-flex.flex-column style="overflow-y: auto"
table.table.table-striped.table-hover
thead
tr