mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-07-08 00:20:15 +02:00
cb577d60d3
Enable @hotwired/turbo with Drive explicitly disabled, then migrate the bo--modal-form Stimulus controller (custom fetch + X-Modal-Request pattern) to a thin bo--modal controller that lets Turbo handle HTTP and DOM swap. Adds frame templates for quiz questions and bank questions; controllers now detect Turbo-Frame header instead of X-Modal-Request.
6 lines
146 B
SCSS
6 lines
146 B
SCSS
.col-result-xs { width: 10%; }
|
|
.col-result-sm { width: 15%; }
|
|
.col-result-md { width: 20%; }
|
|
|
|
.modal-content > turbo-frame { display: contents; }
|