Skip to content

Commit

Permalink
removed fullscreenbutton in UI from h5p element
Browse files Browse the repository at this point in the history
  • Loading branch information
mountler committed Nov 24, 2023
1 parent 8b62148 commit 4556123
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion public/h5pBase/styles/h5p.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,14 @@
font-style: normal;
font-display: block;
}

[role="button"].h5p-control.h5p-fullscreen {
width: 0px !important;
height: 0px !important;
}
[role="button"].h5p-my-fullscreen-button-enter {
width: 0px !important;
height: 0px !important;
}
html.h5p-iframe,
html.h5p-iframe > body {
font-family: Sans-Serif; /* Use the browser's default sans-serif font. (Since Heletica doesn't look nice on Windows, and Arial on OS X.) */
Expand Down

0 comments on commit 4556123

Please sign in to comment.