forked from AkkomaGang/akkoma-fe
Don't show profile edit button in sidebar
This commit is contained in:
parent
b2ebfc1fd6
commit
85e2f8f78c
1 changed files with 4 additions and 0 deletions
|
@ -590,6 +590,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sidebar .edit-profile-button {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.user-counts {
|
.user-counts {
|
||||||
display: flex;
|
display: flex;
|
||||||
line-height:16px;
|
line-height:16px;
|
||||||
|
|
Loading…
Reference in a new issue