Set button padding to 0 for ptz buttons

pull/3588/head
Isaac Connor 2022-08-04 09:22:30 -04:00
parent e2ebccc9aa
commit 0d2be2683d
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 {