mirror of
				https://github.com/ZetaKebab/quartz.git
				synced 2025-11-03 22:49:47 +00:00 
			
		
		
		
	fix: broken semi and graph min-height
This commit is contained in:
		@@ -51,7 +51,7 @@ const removeMarkdown = (
 | 
			
		||||
    return markdown
 | 
			
		||||
  }
 | 
			
		||||
  return output
 | 
			
		||||
}
 | 
			
		||||
};
 | 
			
		||||
// -----
 | 
			
		||||
 | 
			
		||||
(async function() {
 | 
			
		||||
 
 | 
			
		||||
@@ -343,6 +343,7 @@ hr {
 | 
			
		||||
    border: var(--outlinegray) 1px solid;
 | 
			
		||||
    border-radius: 5px;
 | 
			
		||||
    box-sizing: border-box;
 | 
			
		||||
    min-height: 250px;
 | 
			
		||||
 | 
			
		||||
    & > svg {
 | 
			
		||||
      margin-bottom: -5px;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user