split cards

This commit is contained in:
2026-05-01 21:12:05 +02:00
parent 214dd0b6a6
commit 2b65876525
6 changed files with 171 additions and 25 deletions

View File

@@ -824,7 +824,7 @@ button:disabled { opacity: 0.5; cursor: not-allowed; }
}
.lesson-asset-open img {
max-height: 24dvh;
max-height: 31dvh;
}
.asset-fullscreen {
@@ -832,7 +832,8 @@ button:disabled { opacity: 0.5; cursor: not-allowed; }
}
.asset-fullscreen-stage img {
width: max(100%, 1120px);
width: 100%;
min-height: 100%;
}
.asset-fullscreen-controls {