Skip to content

Commit

Permalink
hide promo buttons, add pane borders
Browse files Browse the repository at this point in the history
  • Loading branch information
nomi-san committed Sep 9, 2024
1 parent fa26867 commit 5d2022c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ lol-social-roster {

flex-flow: column-reverse;
box-shadow: -14px -13px 39px 6px rgba(0, 0, 0, 0.5);

border: thin solid #1e282d;
border-right: none;
border-bottom: none;
}

.lol-social-lower-pane-container.hidden {
Expand Down Expand Up @@ -232,4 +236,8 @@ lol-uikit-dialog-frame,

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

.deep-links-promo {
display: none !important;
}

0 comments on commit 5d2022c

Please sign in to comment.