Jacky Zhao
2023-08-02 aaae7d46c21491397b1f723d5ae16cff4f258544
Merge branch 'v4-alpha' of https://github.com/jackyzha0/quartz into v4-alpha
1 files modified
6 ■■■■■ changed files
quartz/styles/base.scss 6 ●●●●● patch | view | raw | blame | history
quartz/styles/base.scss
@@ -136,7 +136,7 @@
    & .sidebar.left {
      left: calc(calc(100vw - $pageWidth) / 2 - $sidePanelWidth);
      @media all and (max-width: $fullPageWidth) {
        gap: 0rem;
        gap: 0;
        align-items: center;
      }
    }
@@ -197,15 +197,13 @@
    &::after {
      content: "";
      top: -1px;
      left: -1px;
      position: absolute;
      left: 4px;
      top: 1px;
      width: 4px;
      height: 8px;
      display: block;
      border: solid 1px var(--light);
      border: solid var(--light);
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
    }