Skip to content

Commit

Permalink
Fix tft lobby
Browse files Browse the repository at this point in the history
  • Loading branch information
nomi-san committed Nov 23, 2023
1 parent da8e541 commit d70409f
Show file tree
Hide file tree
Showing 2 changed files with 17 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.2",
"version": "0.1.3",
"description": "A simple and clean theme for Pengu Loader",
"main": "src/index.js",
"type": "module",
Expand Down
16 changes: 16 additions & 0 deletions src/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@ lol-social-panel>*:hover {
z-index: 2 !important;
}



/* popup layers */

lol-uikit-full-page-backdrop {
z-index: 9 !important;
}
Expand All @@ -208,4 +212,16 @@ lol-uikit-dialog-frame {

.runes-route .inventory-controls {
margin-right: 230px;
}



/* tft lobby fix */

.parties-player-leader-icon {
left: unset !important;
}

.tft-lobby .parties-invite-info-panel {
transform: translateY(-16px);
}

0 comments on commit d70409f

Please sign in to comment.