diff --git a/packages/userscript/source/ui/UserInterface.ts b/packages/userscript/source/ui/UserInterface.ts index b8f949fa8..4446a691b 100644 --- a/packages/userscript/source/ui/UserInterface.ts +++ b/packages/userscript/source/ui/UserInterface.ts @@ -140,9 +140,6 @@ export class UserInterface { } private _installCss(): void { - // This development panel overlays the UI in the Sleek theme. - this._addRule("#devPanel { display: none !important; }"); - // Basic layout for our own list-based options menus. this._addRule( `#ks {