From 8df8d5c6efc558bb3dc31f58b5094bae01eb71ab Mon Sep 17 00:00:00 2001
From: Eritque arcus <q1930893235@gmail.com>
Date: Wed, 17 Sep 2025 21:50:12 +0000
Subject: [PATCH] fix: fix CNAME path error (#2096)
---
quartz/components/styles/graph.scss | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/quartz/components/styles/graph.scss b/quartz/components/styles/graph.scss
index 188907d..cb1b7b4 100644
--- a/quartz/components/styles/graph.scss
+++ b/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 (max-width: $fullPageWidth) {
+ @media all and not ($desktop) {
width: 90%;
}
}
--
Gitblit v1.10.0