Bump version to 1.2.3.1 and update manifest with changelog for button layout adjustments on small screens
All checks were successful
Auto Release Plugin / build-and-release (push) Successful in 56s

This commit is contained in:
CodeDevMLH
2026-01-28 01:16:38 +01:00
parent ebfbe1d563
commit 6427b8422a
3 changed files with 7 additions and 7 deletions

View File

@@ -793,12 +793,12 @@
@media (max-width: 400px) {
.button-container {
gap: 5px;
gap: 10px;
}
.play-button,
.trailer-button {
padding: 8px 10px;
padding: 8px 14px;
}
}
}