From 38cff2d670ecf7fd325aaaf776a4c250a72cc661 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Tue, 04 Jul 2023 23:48:36 +0000
Subject: [PATCH] more visual polish, adjust colours and spacing
---
quartz/components/styles/graph.scss | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/quartz/components/styles/graph.scss b/quartz/components/styles/graph.scss
index 76323bb..2200282 100644
--- a/quartz/components/styles/graph.scss
+++ b/quartz/components/styles/graph.scss
@@ -9,9 +9,9 @@
border: 1px solid var(--lightgray);
box-sizing: border-box;
height: 250px;
- width: 300px;
margin: 0.5em 0;
position: relative;
+ overflow: hidden;
& > #global-graph-icon {
color: var(--dark);
@@ -31,10 +31,6 @@
background-color: var(--lightgray);
}
}
-
- & > #graph-container > svg {
- margin-bottom: -5px;
- }
}
& > #global-graph-outer {
@@ -44,9 +40,9 @@
top: 0;
width: 100vw;
height: 100%;
- overflow: scroll;
backdrop-filter: blur(4px);
display: none;
+ overflow: hidden;
&.active {
display: inline-block;
--
Gitblit v1.10.0