Skip to content

Commit

Permalink
Revert "fix #2569 (& #2261 maybe)"
Browse files Browse the repository at this point in the history
This reverts commit f466617.
  • Loading branch information
ImprovedTube committed Dec 13, 2024
1 parent c7b13fb commit 939d6ea
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions menu/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width">
<title>ImprovedTube</title><style>body{width:320px; max-width:396px; margin:0; min-height:522px; height: 586px; max-height:586px;}</style>
<title>ImprovedTube</title><style>body{width:320px;max-width:320px; margin:0; height:586px;max-height:586px;}</style>
<script src="satus.js"></script>
<script src="skeleton.js"></script>
<script src="functions.js"></script>
Expand Down Expand Up @@ -32,9 +32,4 @@
<link rel="stylesheet" href="styles/settings.css">
<link rel="stylesheet" href="styles/themes.css">
</head><body><div id="loading" style="animation: 3s linear 0s 1 normal none running fadeIn; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); border: 3px solid rgb(182, 233, 255); border-radius: 80px; padding: 37px; color: rgb(120, 147, 161);">...asking your browser what settings you made here before...</div>
<script> if (window.location.href.includes('chrome://extensions/?options=')) {
body.style.setProperty('height', '523px', 'important');
body.style.setProperty('width', '396px', 'important');
}
</script>
</body></html>

0 comments on commit 939d6ea

Please sign in to comment.