ArtfulAzeria
2023-09-29 5232d09af520e12bc421cf19ae5d231a7e36cd4d
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>
1 files modified
1 ■■■■ changed files
quartz/components/TagList.tsx 1 ●●●● patch | view | raw | blame | history
quartz/components/TagList.tsx
@@ -29,6 +29,7 @@
.tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  gap: 0.4rem;
  margin: 1rem 0;