Skip to content

Commit

Permalink
site update
Browse files Browse the repository at this point in the history
  • Loading branch information
xy-241 committed Dec 20, 2023
1 parent be16293 commit 77e0043
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 11 deletions.
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions quartz/components/Graph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const defaultOptions: GraphOptions = {
linkDistance: 30,
fontSize: 0.6,
opacityScale: 1,
showTags: true,
showTags: false,
removeTags: [],
},
globalGraph: {
Expand All @@ -46,7 +46,7 @@ const defaultOptions: GraphOptions = {
linkDistance: 30,
fontSize: 0.6,
opacityScale: 1,
showTags: true,
showTags: false,
removeTags: [],
},
}
Expand Down
3 changes: 1 addition & 2 deletions quartz/components/styles/clipboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
float: right;
right: 0;
padding: 0.4rem;
margin: -0.2rem 0.3rem;
margin-right: 1rem;
margin: 0.5rem 0.5rem;
color: var(--gray);
border-color: var(--dark);
background-color: var(--light);
Expand Down
3 changes: 1 addition & 2 deletions quartz/styles/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -409,15 +409,14 @@ p {
overflow-x: auto;

& > table {
width: 750px;
margin-left: auto;
margin-right: auto;
padding: 1.5rem;
border-collapse: collapse;

th,
td {
min-width: 75px;
min-width: 150px;
max-width: 390px;
}

Expand Down
4 changes: 0 additions & 4 deletions quartz/styles/callouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@
&.is-collapsed > .callout-title > .fold {
transform: rotateZ(-90deg);
}

pre {
margin-left: 1.52rem;
}
}

.callout-title {
Expand Down

0 comments on commit 77e0043

Please sign in to comment.