Skip to content

Commit

Permalink
fix donator badge
Browse files Browse the repository at this point in the history
  • Loading branch information
NYRI4 committed Nov 26, 2023
1 parent fdb407c commit 047acc5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lilypichu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
@import url("https://nyri4.github.io/donators/donators.css");
@import url("https://fonts.googleapis.com/css2?family=Nunito");

// Donators
.profileBadges__7a7cb > :last-child::before,
.badgeList_c193e3 > :last-child::before {
z-index: 10;
}

// Right popout
@media (min-width: 1350px) {
.chatContent__5dca8 + :last-child,
Expand Down
5 changes: 5 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1879,6 +1879,11 @@
}
}

.profileBadges__7a7cb > :last-child::before,
.badgeList_c193e3 > :last-child::before {
z-index: 10;
}

@media (min-width: 1350px) {
.chatContent__5dca8 + :last-child,
.container_b2ce9c {
Expand Down

0 comments on commit 047acc5

Please sign in to comment.