mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	fix: notification indicator styling
the width change does not feel like the correct solution but it works surprisingly well
This commit is contained in:
		
							parent
							
								
									a8e46163a5
								
							
						
					
					
						commit
						e583cf0f62
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -188,10 +188,10 @@ hr {
 | 
				
			||||||
	font-weight: 700;
 | 
						font-weight: 700;
 | 
				
			||||||
	background: var(--indicator);
 | 
						background: var(--indicator);
 | 
				
			||||||
	height: 1.5em;
 | 
						height: 1.5em;
 | 
				
			||||||
	min-width: 1.5em;
 | 
						min-width: 1em;
 | 
				
			||||||
	align-items: center;
 | 
						align-items: center;
 | 
				
			||||||
	justify-content: center;
 | 
						justify-content: center;
 | 
				
			||||||
	border-radius: 99rem;
 | 
						border-radius: var(--radius-ellipse);
 | 
				
			||||||
	padding: 0.3em 0.5em;
 | 
						padding: 0.3em 0.5em;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue