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 {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
object-fit: cover;
|
||||
flex-shrink: 0;
|
||||
border-radius: 100%;
|
||||
overflow: hidden;
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
.admin .cover {
|
||||
background: repeating-linear-gradient( -45deg, #ff6c00, #ff6c00 12px, #000000 5px, #000000 25px );
|
||||
}
|
||||
|
||||
</style>
|
||||
{{ end }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue