Set button padding to 0 for ptz buttons

pull/3609/head
Isaac Connor 2022-08-04 09:22:30 -04:00
parent 318062951f
commit ae125e31ed
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
.ptzControls .pantiltPanel button {
border: none;
margin: 0;
padding: 0;
}
.ptzControls .controlsPanel {