feat: show graph titles on zoom (fixes #92)

This commit is contained in:
Jacky Zhao
2022-04-28 15:49:16 -07:00
parent b09df08e07
commit 92d5e5bd3b
2 changed files with 28 additions and 11 deletions

View File

@ -329,6 +329,12 @@ hr {
& #graph-container {
border: var(--outlinegray) 1px solid;
border-radius: 5px;
box-sizing: border-box;
& > svg {
margin-bottom: -5px;
}
}
}