mirror of
				https://github.com/ZetaKebab/quartz.git
				synced 2025-11-03 22:49:47 +00:00 
			
		
		
		
	feat: Better and more responsive tag behavior (#515)
* fix(explorer): default sortFn implementation (#511) * fix: use `numeric` + `base` for localeCompare * docs(explorer): update default sortFn * fix: better and more responsive tag behavior * tags css moved to TagList.tsx * used npm run format * merged tag declarations --------- Co-authored-by: Ben Schlegel <31989404+benschlegel@users.noreply.github.com>
This commit is contained in:
		@@ -28,7 +28,8 @@ function TagList({ fileData }: QuartzComponentProps) {
 | 
			
		||||
TagList.css = `
 | 
			
		||||
.tags {
 | 
			
		||||
  list-style: none;
 | 
			
		||||
  display: flex;
 | 
			
		||||
  display:flex;
 | 
			
		||||
  flex-wrap: wrap;
 | 
			
		||||
  padding-left: 0;
 | 
			
		||||
  gap: 0.4rem;
 | 
			
		||||
  margin: 1rem 0;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user