remove unused variable

This commit is contained in:
Connor Yoh 2025-04-14 14:19:39 +01:00
parent 138b00b15a
commit 1c22165eff

View File

@ -115,7 +115,6 @@ function adjustVisibleElements() {
const subElements = Array.from(container.children);
let totalWidth = 0;
const containerWidth = container.offsetWidth;
subElements.forEach((element) => {
totalWidth += 12 * parseFloat(getComputedStyle(document.documentElement).fontSize);