fix broadcast layout

sync_v2
Raz 6 months ago
parent f6f8244212
commit 1db45b7d2c
  1. 16
      tournaments/templates/tournaments/broadcast/broadcasted_bracket.html

@ -44,22 +44,6 @@
z-index: 1000; /* Ensure it's on top of other elements */
}
</style>
<!-- <div id="screen-size-overlay"></div> -->
<script>
const overlay = document.getElementById('screen-size-overlay');
function updateScreenSize() {
overlay.textContent = `Width: ${window.innerWidth}px, Height: ${window.innerHeight}px`;
}
// Update on initial load
updateScreenSize();
// Update on window resize (optional, but can be useful if the window size changes)
window.addEventListener('resize', updateScreenSize);
</script>
</head>
<body>

Loading…
Cancel
Save