Merge pull request #1020 from lindenkron/Remove-Hard-style-padding

Removed requestAudioOutputDevice padding.
This commit is contained in:
Steve Seguin 2023-04-06 09:55:35 -04:00 committed by GitHub
commit 53c74c5509
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
lib.js
View File

@ -18174,7 +18174,6 @@ function gotDevicesRemote(deviceInfos, UUID) {
var buttonGO = document.createElement("button");
buttonGO.innerHTML = '<i class="las la-headphones"></i> refresh';
buttonGO.style = "padding: 5px;";
buttonGO.title = "This will refresh the current device";
buttonGO.id = "requestAudioOutputDevice_"+UUID;
buttonGO.onclick = function(){