Skip to content

Commit f0afa7a

Browse files
Revert badge overlay back to 360px; pixelation is from source image
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 694d354 commit f0afa7a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/components/AchievementToast.vue

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -517,9 +517,9 @@ watch(() => backend.pendingBadgeCelebration, (pending) => {
517517
/* ── Holographic rings ── */
518518
.nge-hero-rings {
519519
position: absolute;
520-
top: 10px;
521-
width: 320px;
522-
height: 320px;
520+
top: 20px;
521+
width: 440px;
522+
height: 440px;
523523
pointer-events: none;
524524
}
525525
.nge-hero-ring {
@@ -556,9 +556,9 @@ watch(() => backend.pendingBadgeCelebration, (pending) => {
556556
/* ── Orbital electron dots ── */
557557
.nge-hero-orbits {
558558
position: absolute;
559-
top: 10px;
560-
width: 320px;
561-
height: 320px;
559+
top: 20px;
560+
width: 440px;
561+
height: 440px;
562562
pointer-events: none;
563563
}
564564
.nge-hero-orbit-dot {
@@ -611,9 +611,9 @@ watch(() => backend.pendingBadgeCelebration, (pending) => {
611611
/* ── Energy aura ── */
612612
.nge-hero-aura {
613613
position: absolute;
614-
top: 20px;
615-
width: 280px;
616-
height: 280px;
614+
top: 50px;
615+
width: 360px;
616+
height: 360px;
617617
border-radius: 50%;
618618
background: radial-gradient(circle, rgba(0, 180, 255, 0.08) 0%, rgba(206, 147, 216, 0.04) 40%, transparent 70%);
619619
animation: nge-hero-aura-pulse 2.5s ease-in-out infinite;
@@ -626,8 +626,8 @@ watch(() => backend.pendingBadgeCelebration, (pending) => {
626626
627627
/* ── Badge icon ── */
628628
.nge-hero-icon {
629-
width: 280px;
630-
height: 280px;
629+
width: 380px;
630+
height: 380px;
631631
display: flex;
632632
align-items: center;
633633
justify-content: center;
@@ -640,8 +640,8 @@ watch(() => backend.pendingBadgeCelebration, (pending) => {
640640
position: relative;
641641
}
642642
.nge-hero-badge-img {
643-
width: 240px;
644-
height: 240px;
643+
width: 360px;
644+
height: 360px;
645645
object-fit: contain;
646646
image-rendering: auto;
647647
animation: nge-hero-badge-materialize 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;

0 commit comments

Comments
 (0)