tagliatelle

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 5eb506d76683294224b46b8c91609f8475ae7ab7
parent e20af5c68b21048cf0a2cbbc082c3b02fbccbd33
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Fri, 24 Jul 2026 16:37:31 +0100

This just causes issues with resizing

It's still janky, but it's better

Diffstat:
Mstatic/timestamps.js | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/static/timestamps.js b/static/timestamps.js @@ -79,12 +79,6 @@ function makeTimestampsClickable(containerId, videoId, imageId) { function applyRotation(element, angle) { element.style.transform = `rotate(${angle}deg)`; element.style.transformOrigin = "center center"; - - if (angle === 90 || angle === 270) { - element.style.maxWidth = "none"; - } else { - element.style.maxWidth = "100%"; - } } // Run it