LibWeb: Add a button to the built-in media player to toggle fullscreen

This commit is contained in:
Timothy Flynn
2026-02-27 18:15:06 -05:00
committed by Gregory Bertilson
parent 2282636f98
commit 24aacfea48
Notes: github-actions[bot] 2026-03-01 21:42:56 +00:00
5 changed files with 89 additions and 2 deletions

View File

@@ -107,6 +107,16 @@
display: inline;
}
.fullscreen-icon path {
display: none;
}
.fullscreen-icon:not(.fullscreen) .fullscreen-maximize-path {
display: inline;
}
.fullscreen-icon.fullscreen .fullscreen-minimize-path {
display: inline;
}
.mute-button {
margin-left: auto;
}