update app_modules.js
This commit is contained in:
@@ -995,7 +995,7 @@ function BuildQR(mid) {
|
||||
pad: 2,
|
||||
|
||||
}).outerHTML;
|
||||
return `<span style="display: inline-block; height: 300px; width: 300px;">${svg}</span>`
|
||||
return `<span style="display: inline-block; height: 300px; width: 300px; background-color: white;">${svg}</span>`
|
||||
}
|
||||
|
||||
const PAGES = {};
|
||||
|
||||
Reference in New Issue
Block a user