🎨 (account) no unnecessary scroll in account tabs

This commit is contained in:
Julien Calixte
2020-03-14 23:23:38 +01:00
parent 1911b30f98
commit 9401fc12f4
3 changed files with 6 additions and 4 deletions

View File

@@ -448,6 +448,9 @@ export default class AccountItem extends BaseAccount {
a {
color: var(--primary-font-color);
}
.account-title {
margin-top: 10px;
}
.account-title {
span,
a {