fix: Avatars too large on notifications page (#35023)
This commit is contained in:
		@@ -1980,6 +1980,13 @@ body > [data-popper-placement] {
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  &__avatar-wrapper .account__avatar {
 | 
			
		||||
    @container (width < 360px) {
 | 
			
		||||
      width: 35px !important;
 | 
			
		||||
      height: 35px !important;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  &__domain-pill {
 | 
			
		||||
    display: inline-flex;
 | 
			
		||||
    background: rgba($highlight-text-color, 0.2);
 | 
			
		||||
@@ -2151,11 +2158,6 @@ body > [data-popper-placement] {
 | 
			
		||||
  border-radius: var(--avatar-border-radius);
 | 
			
		||||
  background: var(--surface-background-color);
 | 
			
		||||
 | 
			
		||||
  @container (width < 360px) {
 | 
			
		||||
    width: 35px !important;
 | 
			
		||||
    height: 35px !important;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  img {
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    height: 100%;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user