mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-13 10:05:20 +08:00
fix(crt): shrinking xp bar and hints not glowing (NadAlaba) (#5447)
* fix xp Bar shrinking in width when crt is enabled * fix hints not glowing in crt mode
This commit is contained in:
parent
272d61cd0a
commit
f4d121c250
1 changed files with 5 additions and 1 deletions
|
@ -52,6 +52,7 @@ body.crtmode #result,
|
|||
body.crtmode #popups,
|
||||
body.crtmode #notificationCenter,
|
||||
body.crtmode .word.error,
|
||||
body.crtmode .word .hints hint,
|
||||
body.crtmode input,
|
||||
body.crtmode button,
|
||||
body.crtmode textarea,
|
||||
|
@ -115,7 +116,10 @@ body.crtmode #logo .icon {
|
|||
|
||||
body.crtmode .avatars,
|
||||
body.crtmode nav .account .avatar,
|
||||
body.crtmode nav .account .levelAndBar,
|
||||
/* Adding `filter` style to .levelAndBar would make it
|
||||
the containing block for the absolute positioned .xpBar */
|
||||
body.crtmode nav .account .levelAndBar .level,
|
||||
body.crtmode nav .account .levelAndBar .xpBar,
|
||||
body.crtmode header.focus #logo .icon {
|
||||
filter: drop-shadow(3px 0px 1px var(--crt-sub-color-glow))
|
||||
drop-shadow(-3px 0px 0px var(--crt-sub-color-glow));
|
||||
|
|
Loading…
Add table
Reference in a new issue