Skip to content

Commit

Permalink
chore: minor corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeg committed Sep 20, 2023
1 parent e7ecb72 commit a064188
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions public/views/mp/iberiaqual.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@

const players_re = /^[2345]$/;
const player_width = 367;
const players = [];

if (QueryString.get('border') === '1') {
stream_bg.classList.add('transp');
Expand Down Expand Up @@ -268,7 +267,7 @@
left: 'unset',
zIndex: 1,
transform: 'scale(0.5)',
right: '-36px',
right: '-36px', // whhyyyyyyyy??
top: '37px',
};

Expand Down

0 comments on commit a064188

Please sign in to comment.