mirror of
https://github.com/dualshock-tools/dualshock-tools.github.io.git
synced 2026-03-01 11:19:54 +03:00
Add buttons for quick-calibrating from the finetune dialog
This commit is contained in:
committed by
dualshock-tools
parent
a6f1b2e503
commit
72c5dfbbeb
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user