Skip to content

Commit

Permalink
[Broadcaster] Fix responsive layout
Browse files Browse the repository at this point in the history
  • Loading branch information
mickel8 committed Oct 8, 2024
1 parent 193acb5 commit c953813
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion broadcaster/assets/js/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const chat = document.getElementById('chat');
const settingsToggler = document.getElementById('settings-toggler');
const settings = document.getElementById('settings');
const videoQuality = document.getElementById('video-quality');
const videoPlayerWrapper = document.getElementById('videoplayer-grid');
const videoPlayerWrapper = document.getElementById('videoplayer-wrapper');
const statusMessage = document.getElementById('status-message');

const whepEndpointBase = `${window.location.origin}/api/whep`;
Expand Down
2 changes: 1 addition & 1 deletion broadcaster/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Broadcaster.MixProject do
def project do
[
app: :broadcaster,
version: "0.6.0-dev",
version: "0.5.1",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit c953813

Please sign in to comment.