Add buttons for quick-calibrating from the finetune dialog

This commit is contained in:
Mathias Malmqvist
2025-09-27 00:17:03 +02:00
committed by dualshock-tools
parent a6f1b2e503
commit 72c5dfbbeb
8 changed files with 130 additions and 43 deletions

View File

@@ -89,6 +89,11 @@ input[id^="finetune"] {
display: none;
}
/* Hide spacers when raw numbers are hidden */
#finetuneModal.hide-raw-numbers .spacer.hide-raw-numbers {
display: none;
}
/* Adjust grid layout when raw numbers are hidden - center the canvas */
#finetuneModal.hide-raw-numbers .finetune-grid {
grid-template-columns: 1fr;