Update: Account management under settings +strings

This commit is contained in:
nizune
2021-07-06 14:24:24 +02:00
parent 0b5b0360b8
commit 3f2d8c2d35
3 changed files with 36 additions and 10 deletions

View File

@@ -7,6 +7,7 @@
border-radius: 6px;
align-items: center;
background: var(--secondary-header);
overflow: hidden;
.avatar {
cursor: pointer;
@@ -96,6 +97,11 @@
flex-grow: 1;
}
}
.buttons {
display: flex;
gap: 12px;
}
}
.appearance {