mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
18 lines
310 B
SCSS
18 lines
310 B
SCSS
.user-profile-ui {
|
|
margin-top: 0 !important;
|
|
|
|
.header-avatar {
|
|
height: 100px !important;
|
|
width: 100px !important;
|
|
border-radius: 10px !important;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.following-avatar {
|
|
min-height: 100px;
|
|
min-width: 100px;
|
|
max-height: 200px;
|
|
max-width: 200px;
|
|
}
|
|
|
|
} |