Fix: Fixed bugs in friends menu

This commit is contained in:
nizune
2021-07-03 10:57:07 +02:00
parent b6724c6680
commit 341b4ddc5e
2 changed files with 15 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
.title {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.actions {
display: flex;
align-items: center;
@@ -18,6 +24,12 @@
padding: 5px 0;
z-index: 10;
cursor: pointer;
.title {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
svg {
margin-inline-end: 4px;