git ssb

1+

Daan Patchwork / patchwork



Commit ceab824fbc5d1423cfd9735c0287e7af6195c017

Merge pull request #1265 from johanbove/patch-2

Fixes rectangle Avatar image in Profile view
Christian Bundy authored on 3/17/2020, 2:29:07 PM
GitHub committed on 3/17/2020, 2:29:07 PM
Parent: 41b9b2dbbe2a9452db5262cff730a850b2180f24
Parent: da4889c92873e21118b9aef2afe80f7d6f1e526a

Files changed

styles/base/picker.mcsschanged
styles/base/profile-header.mcsschanged
styles/base/picker.mcssView
@@ -7,8 +7,9 @@
77 width: 50px
88 height: 50px
99 display: block
1010 border-radius: 5px
11+ object-fit: cover
1112 }
1213 }
1314 span.add {
1415 position: relative
styles/base/profile-header.mcssView
@@ -5,11 +5,13 @@
55 div.image {
66 width: 200px
77 max-height: 200px
88 margin-right: 20px
9- img {
9+ .Avatar {
10+ border-radius: 5px
1011 width: 100%
11- order-radius: 5px
12+ height: 100%
13+ object-fit: cover
1214 }
1315 }
1416 div.main {
1517 flex: 1

Built with git-ssb-web