Fix: Small changes to profile context menu

This commit is contained in:
nizune
2021-07-04 13:41:52 +02:00
parent 12b04a9832
commit 86aa869ef7
5 changed files with 10 additions and 4 deletions

View File

@@ -51,7 +51,13 @@
}
.status {
font-size: .6rem;
max-width: 132px;
font-size: .625rem;
color: var(--secondary-foreground);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
}