fix: styling for AccountsView on desktop and mobile
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user