dependabot[bot]
2024-08-26 4e2aea8a5a414b3bcfac0168bea4f6afd032e8f5
quartz/components/styles/graph.scss
@@ -16,10 +16,13 @@
    overflow: hidden;
    & > #global-graph-icon {
      cursor: pointer;
      background: none;
      border: none;
      color: var(--dark);
      opacity: 0.5;
      width: 18px;
      height: 18px;
      width: 24px;
      height: 24px;
      position: absolute;
      padding: 0.2rem;
      margin: 0.3rem;
@@ -43,7 +46,6 @@
    width: 100vw;
    height: 100%;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: none;
    overflow: hidden;
@@ -60,8 +62,8 @@
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 60vh;
      width: 50vw;
      height: 80vh;
      width: 80vw;
      @media all and (max-width: $fullPageWidth) {
        width: 90%;