fix: styling for AccountsView on desktop and mobile

This commit is contained in:
2026-09-01 08:58:38 +02:00
parent 9abd66fdba
commit a30101f841
2 changed files with 17 additions and 1 deletions
+6
View File
@@ -384,6 +384,12 @@ function inviteDetail(invite: Invite): string {
text-overflow: ellipsis;
}
@media (min-width: 768px) {
.invite-code {
max-width: 80ch;
}
}
.invite-status-pill {
flex-shrink: 0;
font-size: 0.65rem;