feat: swap pomelo usernames for discriminators

This commit is contained in:
temptrash
2023-06-10 15:01:12 +02:00
parent 9bc052ea87
commit 86218a7272
6 changed files with 59 additions and 8 deletions

View File

@@ -694,3 +694,23 @@
section {
margin-bottom: 20px;
}
.titleNew {
display: flex;
margin: 15px 0;
gap: 8px;
align-items: center;
font-size: 0.8125rem;
font-weight: 700;
text-transform: uppercase;
color: var(--secondary-foreground);
.new {
font-size: 10px;
background: red;
padding: 3px 5px;
border-radius: 20px;
color: white;
}
}