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
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 8e51a4dfd4 - Show all commits

View File

@ -8512,12 +8512,15 @@ input[type=submit] {
.avatar-icon {
width: 40px;
height: 40px;
object-fit: cover;
flex-shrink: 0;
border-radius: 100%;
overflow: hidden;
background-color: #bbb;
background-color: var(--dimmest-color); }
:root {
--fade-color: #f8f8f8;
--fade-color: var(--content-background); }