fixed avatar squeeshing properly

This commit is contained in:
giggs 2022-08-10 17:07:21 +02:00
parent 76acf34cb0
commit 1f87d52f88
2 changed files with 2 additions and 0 deletions

View File

@ -8515,6 +8515,7 @@ input[type=submit] {
width: 40px;
height: 40px;
flex-shrink: 0;
object-fit: cover;
border-radius: 100%;
overflow: hidden;
background-color: #bbb;

View File

@ -54,6 +54,7 @@
width: 40px;
height: 40px;
flex-shrink: 0;
object-fit: cover;
border-radius: 100%;
overflow: hidden;
@include usevar(background-color, dimmest-color);