graph enhancements

This commit is contained in:
Utsob Roy 2023-02-14 15:38:12 +06:00
parent 353e2094b6
commit 2e24548a71

View File

@ -64,11 +64,11 @@ ul.task-list {
.graph { .graph {
width: 320px; width: 320px;
height: 320px; min-height: 320px;
#link-graph { #link-graph {
width: 100%; width: 320px;
height: 100%; height: 320px;
} }
} }
.graph-fs { .graph-fs {
@ -79,11 +79,16 @@ ul.task-list {
width: calc(100vmin - 100px); width: calc(100vmin - 100px);
min-height: 350px; min-height: 350px;
min-width: 350px; min-width: 350px;
transform: translate(-50%, -50%); transform: translate(-112%, -58%);
z-index: 9999; z-index: 9999;
display: none; display: block;
background-color: var(--background-secondary); background-color: var(--background-secondary);
#link-graph {
width: 100%;
height: 100%;
}
.graph-title { .graph-title {
display: none; display: none;
} }