refactor: decouple notification logic and align my notice endpoint

This commit is contained in:
Ray.Hao
2025-11-27 22:07:07 +08:00
parent 793dca66b1
commit f8f194c13c
10 changed files with 160 additions and 99 deletions

View File

@@ -323,7 +323,8 @@ onBeforeUnmount(() => {
flex-direction: column;
gap: 1.5rem;
justify-content: flex-start;
width: min(560px, 100%);
justify-self: end;
width: min(520px, 100%);
padding: clamp(2rem, 3vw, 2.75rem);
margin-inline: auto;
background: rgba(255, 255, 255, 0.95);