Skip to content

Commit

Permalink
made targethud look better thingy mabob 🤑
Browse files Browse the repository at this point in the history
  • Loading branch information
larryngton2 committed Dec 4, 2024
1 parent d287a0f commit 5b697d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/routes/hud/elements/targethud/HealthProgress.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
bottom: 9px;
left: 79.68px;
border-radius: 6px;
max-width: 137.91px;
max-width: 156px;
background-color: rgba($background-color, 0.2);
box-shadow: $primary-shadow;
}
Expand Down
16 changes: 8 additions & 8 deletions src/routes/hud/elements/targethud/TargetHud.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
@import "../../../../colors.scss";
.targethud {
width: 230px;
width: 250px;
background-color: rgba($background-color, $opacity);
border-radius: 12px;
overflow: hidden;
Expand All @@ -124,7 +124,7 @@
position: absolute;
left: 78.18px;
top: 9px;
width: 140px;
width: 158px;
height: 22px;
font-size: 20px;
text-shadow: $primary-shadow;
Expand All @@ -147,7 +147,7 @@
}
.stats {
width: 118px;
width: 136px;
position: absolute;
left: 98px;
top: 31px;
Expand All @@ -165,23 +165,23 @@
.wl {
grid-area: b;
font-size: 17px;
padding-top: 1px;
font-size: 15px;
padding-top: 4px;
text-align: right;
.winning {
color: $targethud-winning;
filter: grayscale(90%);
filter: grayscale(50%);
}
.losing {
color: $targethud-losing;
filter: grayscale(90%);
filter: grayscale(50%);
}
.draw {
color: $targethud-draw;
filter: grayscale(90%);
filter: grayscale(50%);
}
}
}
Expand Down

0 comments on commit 5b697d0

Please sign in to comment.