mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	fix: wrong scaling in notifications container
This commit is contained in:
		
							parent
							
								
									18f7067103
								
							
						
					
					
						commit
						a977d4316d
					
				
					 2 changed files with 10 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -1025,7 +1025,7 @@ function readPromo() {
 | 
			
		|||
	.root:not(.showActionsOnlyHover) {
 | 
			
		||||
		.footerButton {
 | 
			
		||||
			&:not(:last-child) {
 | 
			
		||||
				margin-right: 18px;
 | 
			
		||||
				margin-right: 0.2em;
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
| 
						 | 
				
			
			@ -1035,7 +1035,7 @@ function readPromo() {
 | 
			
		|||
	.root:not(.showActionsOnlyHover) {
 | 
			
		||||
		.footerButton {
 | 
			
		||||
			&:not(:last-child) {
 | 
			
		||||
				margin-right: 12px;
 | 
			
		||||
				margin-right: 0.1em;
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
| 
						 | 
				
			
			@ -1057,7 +1057,7 @@ function readPromo() {
 | 
			
		|||
	.root:not(.showActionsOnlyHover) {
 | 
			
		||||
		.footerButton {
 | 
			
		||||
			&:not(:last-child) {
 | 
			
		||||
				margin-right: 8px;
 | 
			
		||||
				margin-right: 0.1em;
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -448,6 +448,13 @@ if (props.detail) {
 | 
			
		|||
		color: var(--fgHighlighted);
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
@container (max-width: 400px) {
 | 
			
		||||
	.noteFooterButton {
 | 
			
		||||
		&:not(:last-child) {
 | 
			
		||||
			margin-right: 0.7em;
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.noteFooterButtonCount {
 | 
			
		||||
	display: inline;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue