mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Add a button to the built-in media player to toggle fullscreen
This commit is contained in:
committed by
Gregory Bertilson
parent
2282636f98
commit
24aacfea48
Notes:
github-actions[bot]
2026-03-01 21:42:56 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/24aacfea48a Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8219 Reviewed-by: https://github.com/Zaggy1024
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user