forked from cybrespace/mastodon
		
	Adjusting new CSS for smaller screens
This commit is contained in:
		
							parent
							
								
									2af3abd279
								
							
						
					
					
						commit
						296ce2d45a
					
				
					 1 changed files with 14 additions and 12 deletions
				
			
		| 
						 | 
				
			
			@ -46,7 +46,6 @@
 | 
			
		|||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  &.activity-stream-headless {
 | 
			
		||||
  .entry:first-child {
 | 
			
		||||
    border-radius: 4px 4px 0 0;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -54,7 +53,6 @@
 | 
			
		|||
      border-radius: 4px;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  @media screen and (max-width: 700px) {
 | 
			
		||||
    border-radius: 0;
 | 
			
		||||
| 
						 | 
				
			
			@ -75,12 +73,6 @@
 | 
			
		|||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  @media screen and (max-width: 360px) {
 | 
			
		||||
    .avatar {
 | 
			
		||||
      display: none;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .entry__container {
 | 
			
		||||
    overflow: hidden;
 | 
			
		||||
  }
 | 
			
		||||
| 
						 | 
				
			
			@ -227,4 +219,14 @@
 | 
			
		|||
      }
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  @media screen and (max-width: 360px) {
 | 
			
		||||
    .avatar {
 | 
			
		||||
      display: none;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .entry__container__container {
 | 
			
		||||
      margin-left: 7px;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue