Compare commits

...

2 commits

Author SHA1 Message Date
Gwen Tripet-Costet
e4a058051a Bump to 1.28.16 2025-09-24 10:45:24 +02:00
MatsJensen
a9729502ee
VA-1173 Fix wrong classname (#372) 2025-09-24 10:39:38 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
"contentType": "Media",
"majorVersion": 1,
"minorVersion": 28,
"patchVersion": 15,
"patchVersion": 16,
"machineName": "H5P.InteractiveVideo",
"author": "Joubel",
"embedTypes": [

View file

@ -1962,7 +1962,7 @@
@container (max-width: 400px) {
.h5p-question-buttons:has(.h5p-theme-secondary-cta.h5p-theme-retry) .h5p-theme-primary-cta.h5p-theme-continue,
.h5p-question-buttons:has(.h5p-theme-primary-cta.h5p-theme-continue) .h5p-theme-secondary-cta.h5p-theme-retry,
.h5p-question-buttons:has(.h5p-theme-primary-cta.h5p-theme-continue) .h5p-theme-secondary-cta.h5p-theme-show-results {
.h5p-question-buttons:has(.h5p-theme-primary-cta.h5p-theme-continue) .h5p-theme-secondary-cta.h5p-theme-show-solutions {
justify-content: center;
padding: var(--h5p-theme-spacing-xs) var(--h5p-theme-spacing-s);
text-indent: 0;