cleanup css

This commit is contained in:
2025-03-16 14:57:49 -07:00
parent e9751c2489
commit 94ed7e05e2
10 changed files with 108 additions and 66 deletions

View File

@@ -435,6 +435,7 @@ provide<GraphData>(GRAPH_DATA, {
div.full-size {
width: 100%;
height: 100%;
position: relative;
}
div.controls-header {
@@ -446,4 +447,8 @@ div.controls-header {
gap: 0 1em;
margin: 0 1em 0 1em;
}
svg.graph {
position: absolute;
}
</style>