Skip to content

Commit

Permalink
Fix ready check
Browse files Browse the repository at this point in the history
  • Loading branch information
nomi-san committed Nov 23, 2023
1 parent a5cdfd4 commit 9a50305
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "indie-theme",
"version": "0.1.4",
"version": "0.1.5",
"description": "A simple and clean theme for Pengu Loader",
"main": "src/index.js",
"type": "module",
Expand Down
4 changes: 4 additions & 0 deletions src/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,11 @@ lol-uikit-dialog-frame {
margin-right: 230px;
}

/* ready check */

.ready-check-root-element {
z-index: 20 !important;
}

/* tft lobby fix */

Expand Down

0 comments on commit 9a50305

Please sign in to comment.