Skip to content

Commit

Permalink
deplacement mini video layout 2-c
Browse files Browse the repository at this point in the history
  • Loading branch information
NolwennWM committed Jun 3, 2024
1 parent c2d6788 commit 89df37f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/scripts/VideoHandler.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";
import { streamers, VideoOption, requestInterval, envProd } from "./Config.local.js";
// import { streamers, VideoOption, requestInterval, envProd } from "./Config.js";
// import { streamers, VideoOption, requestInterval, envProd } from "./Config.local.js";
import { streamers, VideoOption, requestInterval, envProd } from "./Config.js";
import { LayoutMenu } from "./LayoutMenu.js";

export class VideoHandler
Expand Down
4 changes: 2 additions & 2 deletions assets/styles/layouts.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
& .layout-child-2
{
position: absolute;
top: 0;
right: 0;
bottom: 54px;
right: 54px;
width: var(--layout-2-little-size);
aspect-ratio: 16/9;
z-index: 10;
Expand Down

0 comments on commit 89df37f

Please sign in to comment.