mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	chore: Safari(beta?)でTLのマージンがおかしいのを修正
This commit is contained in:
		
							parent
							
								
									a52f63ec6a
								
							
						
					
					
						commit
						62e347c270
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -168,10 +168,10 @@ export default defineComponent({
 | 
				
			||||||
	> *:empty {
 | 
						> *:empty {
 | 
				
			||||||
		display: none;
 | 
							display: none;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					 | 
				
			||||||
	> *:not(:last-child) {
 | 
					 | 
				
			||||||
		margin-bottom: var(--margin);
 | 
					 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						&:not(.date-separated-list-nogap) > *:not(:last-child) {
 | 
				
			||||||
 | 
							margin-bottom: var(--margin);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue