fix: invite panel width
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user