mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 17:35:28 +00:00
feat: swap pomelo usernames for discriminators
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user