Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions styles/base/picker.mcss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Picker {
height: 50px
display: block
border-radius: 5px
object-fit: cover
}
}
span.add {
Expand Down
6 changes: 4 additions & 2 deletions styles/base/profile-header.mcss
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ ProfileHeader {
width: 200px
max-height: 200px
margin-right: 20px
img {
.Avatar {
border-radius: 5px
width: 100%
order-radius: 5px
height: 100%
object-fit: cover
}
}
div.main {
Expand Down