Skip to content

Commit

Permalink
fix(ui): DevPanel is hidden
Browse files Browse the repository at this point in the history
It used to overlap our UI, but this has been fixed a while ago.
  • Loading branch information
oliversalzburg committed Dec 28, 2022
1 parent 246c459 commit 0678cf9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/userscript/source/ui/UserInterface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0678cf9

Please sign in to comment.