Non square avatars no more squeeshed #76

Merged
bvisness merged 8 commits from giggs/hmn:master into master 2022-07-29 16:05:43 +00:00
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 }}