dependabot[bot]
2026-01-27 ec00a40aefca73596ab76e3ebe3a8e1129b43688
quartz/components/styles/graph.scss
@@ -15,7 +15,7 @@
    position: relative;
    overflow: hidden;
    & > #global-graph-icon {
    & > .global-graph-icon {
      cursor: pointer;
      background: none;
      border: none;
@@ -38,7 +38,7 @@
    }
  }
  & > #global-graph-outer {
  & > .global-graph-outer {
    position: fixed;
    z-index: 9999;
    left: 0;
@@ -53,7 +53,7 @@
      display: inline-block;
    }
    & > #global-graph-container {
    & > .global-graph-container {
      border: 1px solid var(--lightgray);
      background-color: var(--light);
      border-radius: 5px;
@@ -65,7 +65,7 @@
      height: 80vh;
      width: 80vw;
      @media all and ($desktop) {
      @media all and not ($desktop) {
        width: 90%;
      }
    }