Review and improve error handling and error messages

This commit is contained in:
Mathias Malmqvist
2025-09-11 19:11:47 +02:00
committed by dualshock-tools
parent 48fc4b5dce
commit c295cfa508
34 changed files with 463 additions and 338 deletions

View File

@@ -1,5 +1,10 @@
/* Main styles for DualShock Calibration GUI */
/* Add padding to body to prevent content from being hidden behind fixed footer */
body {
padding-bottom: 80px;
}
dl.row dt {
font-weight: normal;
}