Justin Fowler
2024-01-30 6ce754bda21c961d7a7c7426c880be3343f1e3b7
fix(css): improve wrapping when right sidebar has more than two items (#762)

* improve wrapping when right sidebar has more than two items, particularly on mobile

* Adjusted min-width
1 files modified
2 ■■■■■ changed files
quartz/styles/base.scss 2 ●●●●● patch | view | raw | blame | history
quartz/styles/base.scss
@@ -171,9 +171,11 @@
    & .sidebar.right {
      right: calc(calc(100vw - $pageWidth) / 2 - $sidePanelWidth);
      flex-wrap: wrap;
      & > * {
        @media all and (max-width: $fullPageWidth) {
          flex: 1;
          min-width: 140px;
        }
      }
    }