update
This commit is contained in:
@@ -190,10 +190,6 @@ function scaleWrapCourseContent() {
|
||||
scale = scaleY;
|
||||
}
|
||||
|
||||
// Limitar reducción excesiva
|
||||
const minScale = 0.8;
|
||||
scale = Math.max(minScale, scale);
|
||||
|
||||
content.style.transform = `scale(${scale})`;
|
||||
content.style.transformOrigin = "top left";
|
||||
content.style.width = baseWidth + "px";
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user