Non square avatars no more squeeshed (#76)
Avatars don't get squeeshed anymore [#15](hmn/hmn#15) Please ignore the commit history, still learning git Reviewed-on: hmn/hmn#76 Co-authored-by: giggs <darkgiggsxx@gmail.com> Co-committed-by: giggs <darkgiggsxx@gmail.com>
This commit is contained in:
parent
f8aa839353
commit
85c8c92a0c
|
@ -8512,6 +8512,7 @@ input[type=submit] {
|
||||||
.avatar-icon {
|
.avatar-icon {
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
object-fit: cover;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
.admin .cover {
|
.admin .cover {
|
||||||
background: repeating-linear-gradient( -45deg, #ff6c00, #ff6c00 12px, #000000 5px, #000000 25px );
|
background: repeating-linear-gradient( -45deg, #ff6c00, #ff6c00 12px, #000000 5px, #000000 25px );
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue