File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
frontend/src/ts/commandline Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -342,9 +342,9 @@ export const commands: CommandsSubgroup = {
342342 exec : async ( ) : Promise < void > => {
343343 // window.open("https://www.youtube.com/watch?v=dQw4w9WgXcQ");
344344 ( document . querySelector ( "body" ) as HTMLElement ) . innerHTML = `
345- <div class="centerbox" style="position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;pointer-events: none;">
345+ <div class="centerbox" style="position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;pointer-events: none;width: 100%; max-width: 800px; ">
346346 <h1 style="font-size:3rem;margin-bottom:1rem;">Fixing skill issue...</h1>
347- <iframe width="800" height="600 " src="https://www.youtube.com/embed/dQw4w9WgXcQ?si=Kr48u8WHcwvX95G7&controls=0&autoplay=1&mute=0&disablekb=1&fs=0&modestbranding=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
347+ <iframe style="width: 100%; aspect-ratio: 4 / 3 " src="https://www.youtube.com/embed/dQw4w9WgXcQ?si=Kr48u8WHcwvX95G7&controls=0&autoplay=1&mute=0&disablekb=1&fs=0&modestbranding=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
348348 </div>
349349 ` ;
350350 setTimeout ( ( ) => {
You can’t perform that action at this time.
0 commit comments