Jacky Zhao
2023-09-20 6a9e6352e88aa9ff18e5b33cf2de442a250bd960
quartz/components/styles/explorer.scss
@@ -131,3 +131,12 @@
.folder-icon:hover {
  color: var(--tertiary);
}
.no-background::after {
  background: none !important;
}
#explorer-end {
  // needs height so IntersectionObserver gets triggered
  height: 1px;
}