2
0
Fork 0

Merge commit '5fae2de454' into glitch-soc/merge-upstream

This commit is contained in:
Claire 2023-06-10 15:17:08 +02:00
commit aa57f7e3e2
28 changed files with 792 additions and 229 deletions

View file

@ -7814,13 +7814,28 @@ noscript {
}
}
.account__contents {
overflow: hidden;
}
.account__details {
display: flex;
flex-wrap: wrap;
column-gap: 1em;
}
.verified-badge {
display: inline-flex;
align-items: center;
color: $valid-value-color;
gap: 4px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
> span {
overflow: hidden;
text-overflow: ellipsis;
}
a {
color: inherit;