feat: show graph titles on zoom (fixes #92)
This commit is contained in:
parent
c8d390dbc5
commit
87b5a7a251
2 changed files with 28 additions and 11 deletions
|
@ -329,6 +329,12 @@ hr {
|
|||
& #graph-container {
|
||||
border: var(--outlinegray) 1px solid;
|
||||
border-radius: 5px;
|
||||
box-sizing: border-box;
|
||||
|
||||
& > svg {
|
||||
margin-bottom: -5px;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue