Bump version to 1.2.3.3 and update manifest with changelog for button positioning adjustments
All checks were successful
Auto Release Plugin / build-and-release (push) Successful in 58s

This commit is contained in:
CodeDevMLH
2026-01-28 01:44:23 +01:00
parent 44f0b1cb38
commit 277433581c
3 changed files with 13 additions and 5 deletions

View File

@@ -811,6 +811,14 @@
justify-content: center;
margin-top: 5px;
}
.genre {
top: calc(50% + 20vh);
}
.button-container {
top: calc(50% + 27vh);
}
}
}