mirror of
				https://github.com/ZetaKebab/quartz.git
				synced 2025-11-03 22:49:47 +00:00 
			
		
		
		
	style: fix mulitline callout styling
This commit is contained in:
		
							
								
								
									
										1
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										1
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							@@ -112,6 +112,7 @@
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/@clack/prompts/node_modules/is-unicode-supported": {
 | 
			
		||||
      "version": "1.3.0",
 | 
			
		||||
      "extraneous": true,
 | 
			
		||||
      "inBundle": true,
 | 
			
		||||
      "license": "MIT",
 | 
			
		||||
      "engines": {
 | 
			
		||||
 
 | 
			
		||||
@@ -82,7 +82,6 @@
 | 
			
		||||
 | 
			
		||||
.callout-title {
 | 
			
		||||
  display: flex;
 | 
			
		||||
  align-items: center;
 | 
			
		||||
  gap: 5px;
 | 
			
		||||
  padding: 1rem 0;
 | 
			
		||||
  color: var(--color);
 | 
			
		||||
@@ -103,6 +102,8 @@
 | 
			
		||||
.callout-icon {
 | 
			
		||||
  width: 18px;
 | 
			
		||||
  height: 18px;
 | 
			
		||||
  flex: 0 0 18px;
 | 
			
		||||
  padding-top: 4px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.callout-title-inner {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user