Jacky Zhao
2023-10-22 dc834015d02adcc7edb119fb5224a2a86c614142
fix(style): tag float orientation for long tags on page listing
2 files modified
11 ■■■■■ changed files
quartz/components/TagList.tsx 6 ●●●●● patch | view | raw | blame | history
quartz/components/styles/listPage.scss 5 ●●●●● 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;
    }