mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-18 17:18:34 +00:00
Merge pull request #1020 from lindenkron/Remove-Hard-style-padding
Removed requestAudioOutputDevice padding.
This commit is contained in:
commit
53c74c5509
1
lib.js
1
lib.js
@ -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(){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user