forked from cybrespace/mastodon
		
	Fix logo button style more (#15458)
This commit is contained in:
		
							parent
							
								
									cb5bb2313b
								
							
						
					
					
						commit
						3f4b0dfd47
					
				
					 2 changed files with 7 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -445,7 +445,6 @@
 | 
			
		|||
    }
 | 
			
		||||
 | 
			
		||||
    .logo-button {
 | 
			
		||||
      line-height: 36px;
 | 
			
		||||
      padding: 3px 15px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -83,7 +83,7 @@
 | 
			
		|||
  background: $ui-highlight-color;
 | 
			
		||||
  color: $primary-text-color;
 | 
			
		||||
  text-transform: none;
 | 
			
		||||
  line-height: 16px;
 | 
			
		||||
  line-height: 1.2;
 | 
			
		||||
  height: auto;
 | 
			
		||||
  min-height: 36px;
 | 
			
		||||
  min-width: 88px;
 | 
			
		||||
| 
						 | 
				
			
			@ -131,6 +131,12 @@
 | 
			
		|||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
a.button.logo-button {
 | 
			
		||||
  display: inline-flex;
 | 
			
		||||
  align-items: center;
 | 
			
		||||
  justify-content: center;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.embed,
 | 
			
		||||
.public-layout {
 | 
			
		||||
  .status__content[data-spoiler=folded] {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue