Skip to content

Commit

Permalink
fix: xp breakdown not working in firefox when using crt
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Sep 23, 2024
1 parent a50480c commit 8daca63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/static/funbox/crt.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@ body.crtmode header.focus #logo .icon {
drop-shadow(-3px 0px 0px var(--crt-sub-color-glow));
}

body.crtmode nav .accountButtonAndMenu .view-account .xpBar .xpBreakdown {
backdrop-filter: none;
background: var(--bg-color);
}

body.crtmode .button,
body.crtmode .scrollToTopButton {
box-shadow: 3px 0 1px var(--crt-sub-alt-color-glow),
Expand Down

0 comments on commit 8daca63

Please sign in to comment.