dependabot[bot]
2024-08-26 4e2aea8a5a414b3bcfac0168bea4f6afd032e8f5
quartz/components/styles/listPage.scss
@@ -11,7 +11,7 @@
  & > .section {
    display: grid;
    grid-template-columns: 6em 3fr 1fr;
    grid-template-columns: fit-content(8em) 3fr 1fr;
    @media all and (max-width: $mobileBreakpoint) {
      & > .tags {
@@ -23,9 +23,8 @@
      background-color: transparent;
    }
    & > .meta {
      margin: 0;
      flex-basis: 6em;
    & .meta {
      margin: 0 1em 0 0;
      opacity: 0.6;
    }
  }
@@ -33,7 +32,8 @@
// modifications in popover context
.popover .section {
  grid-template-columns: 6em 1fr !important;
  grid-template-columns: fit-content(8em) 1fr !important;
  & > .tags {
    display: none;
  }