forked from cybrespace/mastodon
		
	Fix margin between compose warning, reply indicator and textarea (#7701)
This commit is contained in:
		
							parent
							
								
									73c0c36e7b
								
							
						
					
					
						commit
						8d6e4e0485
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
					@ -251,7 +251,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  .compose-form__warning {
 | 
					  .compose-form__warning {
 | 
				
			||||||
    color: $inverted-text-color;
 | 
					    color: $inverted-text-color;
 | 
				
			||||||
    margin-bottom: 15px;
 | 
					    margin-bottom: 10px;
 | 
				
			||||||
    background: $ui-primary-color;
 | 
					    background: $ui-primary-color;
 | 
				
			||||||
    box-shadow: 0 2px 6px rgba($base-shadow-color, 0.3);
 | 
					    box-shadow: 0 2px 6px rgba($base-shadow-color, 0.3);
 | 
				
			||||||
    padding: 8px 10px;
 | 
					    padding: 8px 10px;
 | 
				
			||||||
| 
						 | 
					@ -583,8 +583,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.reply-indicator {
 | 
					.reply-indicator {
 | 
				
			||||||
  border-radius: 4px;
 | 
					  border-radius: 4px;
 | 
				
			||||||
  position: relative;
 | 
					  margin-bottom: 10px;
 | 
				
			||||||
  bottom: 10px;
 | 
					 | 
				
			||||||
  background: $ui-primary-color;
 | 
					  background: $ui-primary-color;
 | 
				
			||||||
  padding: 10px;
 | 
					  padding: 10px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue