diff --git a/package.json b/package.json index 99964c3..e8a1df5 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/theme.css b/src/theme.css index 1077175..9a39314 100644 --- a/src/theme.css +++ b/src/theme.css @@ -193,6 +193,10 @@ lol-social-panel>*:hover { z-index: 2 !important; } + + +/* popup layers */ + lol-uikit-full-page-backdrop { z-index: 9 !important; } @@ -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); } \ No newline at end of file