| quartz/components/TagList.tsx | ●●●●● patch | view | raw | blame | history | |
| quartz/components/styles/listPage.scss | ●●●●● patch | view | raw | blame | history |
quartz/components/TagList.tsx
@@ -29,10 +29,12 @@ .tags { list-style: none; display:flex; flex-wrap: wrap; padding-left: 0; gap: 0.4rem; margin: 1rem 0; flex-wrap: wrap; justify-content: flex-end; justify-self: end; } .tags > li { @@ -42,7 +44,7 @@ overflow-wrap: normal; } a.tag-link { a.internal.tag-link { border-radius: 8px; background-color: var(--highlight); padding: 0.2rem 0.4rem; quartz/components/styles/listPage.scss
@@ -19,11 +19,6 @@ } } & > .tags { justify-self: end; margin-left: 1rem; } & > .desc > h3 > a { background-color: transparent; }