Fix missing compose box when viewport width is exactly 1024px (#1632)
This commit is contained in:
		
							parent
							
								
									e1264bbd92
								
							
						
					
					
						commit
						b0ab632531
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -59,7 +59,7 @@
 | 
				
			||||||
  z-index: 2;
 | 
					  z-index: 2;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media screen and (min-width: 1024px) {
 | 
					@media screen and (min-width: 1025px) {
 | 
				
			||||||
  .column-icon-clear {
 | 
					  .column-icon-clear {
 | 
				
			||||||
    top: 10px;
 | 
					    top: 10px;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
| 
						 | 
					@ -857,7 +857,7 @@ a.status__content__spoiler-link {
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media screen and (min-width: 1024px) {
 | 
					@media screen and (min-width: 1025px) {
 | 
				
			||||||
  .columns-area {
 | 
					  .columns-area {
 | 
				
			||||||
    padding: 0;
 | 
					    padding: 0;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue