Non square avatars no more squeeshed (#76)

Avatars don't get squeeshed anymore

[#15](#15)

Please ignore the commit history, still learning git

Reviewed-on: #76
Co-authored-by: giggs <darkgiggsxx@gmail.com>
Co-committed-by: giggs <darkgiggsxx@gmail.com>
This commit is contained in:
giggs 2022-07-29 16:05:42 +00:00 committed by bvisness
parent f8aa839353
commit 85c8c92a0c
2 changed files with 2 additions and 0 deletions

View File

@ -8512,6 +8512,7 @@ input[type=submit] {
.avatar-icon {
width: 40px;
height: 40px;
object-fit: cover;
flex-shrink: 0;
border-radius: 100%;
overflow: hidden;

View File

@ -24,6 +24,7 @@
.admin .cover {
background: repeating-linear-gradient( -45deg, #ff6c00, #ff6c00 12px, #000000 5px, #000000 25px );
}
</style>
{{ end }}