Module cleanup and tests
CI / ci (push) Failing after 7s

This commit is contained in:
2026-05-24 23:13:45 +02:00
parent 63d83e999a
commit 5dc9b3b8d4
72 changed files with 2545 additions and 1220 deletions
+4
View File
@@ -96,6 +96,10 @@
&__toggle {
position: absolute;
inset: 0;
// Foundry applies an explicit height to <button> elements which overrides
// the bottom:0 stretch constraint. Force 100%×100% to fill the card.
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;