[chore/frogend] fix profile preview css, use role info (#1130)

* fix profile preview css, use role info

* remove unused redux selector
This commit is contained in:
f0x52 2022-11-23 16:10:02 +01:00 committed by GitHub
commit 5ba5fb3154
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 52 additions and 29 deletions

View file

@ -312,22 +312,6 @@ section.with-sidebar > div {
display: grid;
grid-template-columns: 70% 30%;
.basic {
margin-top: -4.5rem;
.avatar {
height: 5rem;
width: 5rem;
}
.displayname {
font-size: 1.3rem;
padding-top: 0;
padding-bottom: 0;
margin-top: 0.7rem;
}
}
.files {
width: 100%;
margin: 1rem;