Fix: Messagebox is now fully working

This commit is contained in:
nizune
2021-07-06 13:16:29 +02:00
parent e8a111e6bc
commit 9e1a15eb3f
6 changed files with 56 additions and 19 deletions

View File

@@ -21,6 +21,15 @@
font-size: 24px;
font-weight: 600;
}
.userid {
font-size: .875rem;
font-weight: 600;
display: flex;
align-items: center;
gap: 4px;
color: var(--tertiary-foreground);
}
}
.details {