quartz/styles/base.scss
@@ -4,7 +4,6 @@ html { scroll-behavior: smooth; -webkit-text-size-adjust: none; text-size-adjust: none; overflow-x: hidden; width: 100vw; @@ -172,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; } } } @@ -277,7 +278,6 @@ opacity: 0; transition: opacity 0.2s ease; transform: translateY(-0.1rem); display: inline-block; font-family: var(--codeFont); user-select: none; }