Skip to content

Commit

Permalink
Yet another attempt to fix the mobile version
Browse files Browse the repository at this point in the history
  • Loading branch information
choptop84 committed Apr 6, 2024
1 parent 07658bd commit 33494ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion editor/SongEditor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2532,7 +2532,7 @@ export class SongEditor {
const mobilePatternArea = document.getElementById('pattern-area');

mobilePatternArea!.style.maxHeight = "75vh";
mobilePatternArea!.style.height = "75vh";
mobilePatternArea!.style.height = "70vh";

document.body.appendChild(this._mobileMenu);
this._mobileMenu.appendChild(this._mobilePatternButton);
Expand Down
2 changes: 1 addition & 1 deletion website/beepbox_editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -47929,7 +47929,7 @@ You should be redirected to the song at:<br /><br />
playPauseArea.style.flexDirection = "column";
const mobilePatternArea = document.getElementById('pattern-area');
mobilePatternArea.style.maxHeight = "75vh";
mobilePatternArea.style.height = "75vh";
mobilePatternArea.style.height = "70vh";
document.body.appendChild(this._mobileMenu);
this._mobileMenu.appendChild(this._mobilePatternButton);
this._mobileMenu.appendChild(this._mobileTrackButton);
Expand Down
2 changes: 1 addition & 1 deletion website/beepbox_editor.min.js

Large diffs are not rendered by default.

0 comments on commit 33494ac

Please sign in to comment.