.app-gravatar {
  display: inline-block;
  width: 32px;
  height: 32px;

  img {
    display: block;

    width: 100% !important;
    height: 100% !important;

    object-fit: cover;
    border-radius: 50%;
  }
}
