mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-06 20:55:21 +00:00
graph enhancements
This commit is contained in:
parent
f291e37b05
commit
8c20f64c48
@ -68,11 +68,11 @@ ul.task-list {
|
||||
|
||||
.graph {
|
||||
width: 320px;
|
||||
height: 320px;
|
||||
min-height: 320px;
|
||||
|
||||
#link-graph {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: 320px;
|
||||
height: 320px;
|
||||
}
|
||||
}
|
||||
.graph-fs {
|
||||
@ -83,11 +83,16 @@ ul.task-list {
|
||||
width: calc(100vmin - 100px);
|
||||
min-height: 350px;
|
||||
min-width: 350px;
|
||||
transform: translate(-50%, -50%);
|
||||
transform: translate(-112%, -58%);
|
||||
z-index: 9999;
|
||||
display: none;
|
||||
display: block;
|
||||
background-color: var(--background-secondary);
|
||||
|
||||
#link-graph {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.graph-title {
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user