10 years later #1

Merged
sthag merged 374 commits from development into main 2026-03-07 00:18:59 +01:00
Showing only changes of commit a1aae6a902 - Show all commits

View file

@ -58,9 +58,8 @@ tags:
} }
#resize() { #resize() {
this.updateOptions({size: Math.floor(this.getSize().value * 0.9)});
this.parts.forEach(part => { this.parts.forEach(part => {
this.updateOptions({size: Math.floor(this.getSize().value * 0.9)})
if (part.name === 'wrap') { if (part.name === 'wrap') {
part.element.style.height = this.options.size + 'px'; part.element.style.height = this.options.size + 'px';
part.element.style.width = this.options.size + 'px'; part.element.style.width = this.options.size + 'px';