Skip to content

Commit

Permalink
Remove fullscreen button from exercises
Browse files Browse the repository at this point in the history
  • Loading branch information
otacke committed May 6, 2024
1 parent 974eb19 commit e14c2d3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/scripts/components/exercise-screen/exercise-screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,22 @@

&.h5p-interactive-video {
overflow: inherit;

.h5p-control.h5p-fullscreen {
display: none;
}
}

&.h5p-course-presentation {
.h5p-footer-button.h5p-footer-toggle-full-screen {
display: none;
}
}

&.h5p-dragquestion {
.h5p-my-fullscreen-button-enter {
display: none;
}
}

&.h5p-memory-game {
Expand Down

0 comments on commit e14c2d3

Please sign in to comment.