fix: invite panel width

This commit is contained in:
2026-08-31 22:26:14 +02:00
parent 4edfb64723
commit 0b6a9231f9
2 changed files with 6 additions and 4 deletions
+4 -3
View File
@@ -78,9 +78,10 @@ const stampTitle = computed(() => {
} }
.brand-name { .brand-name {
font-family: var(--font-stamp); font-family: var(--font-display);
font-size: 0.95rem; font-weight: 600;
letter-spacing: 0.04em; font-size: 1rem;
letter-spacing: 0.02em;
} }
.brand-seal { .brand-seal {
+2 -1
View File
@@ -376,8 +376,9 @@ function inviteDetail(invite: Invite): string {
font-size: 0.95rem; font-size: 0.95rem;
letter-spacing: 0.06em; letter-spacing: 0.06em;
color: var(--c-heading); color: var(--c-heading);
min-width: 0;
flex: 1 1 auto; flex: 1 1 auto;
min-width: 0;
max-width: 24ch;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;