hot fix to show OAuth save button

This commit is contained in:
ngxson
2024-04-28 14:08:57 +02:00
parent 90518967f8
commit 0875b56413

3
app.js
View File

@@ -16,6 +16,9 @@ const INJECTED_HTML = `
/* hide everything having the BE Feature banner */ /* hide everything having the BE Feature banner */
.be-indicator-container, .limited-be {display: none !important;} .be-indicator-container, .limited-be {display: none !important;}
/* FIXME: hot fix to show OAuth save button #10 */
.oauth-save-settings-button {display: inline-block !important;}
/* this should not be hidden, but let's make it more subtle */ /* this should not be hidden, but let's make it more subtle */
.be-indicator { .be-indicator {
filter: saturate(0) !important; filter: saturate(0) !important;