ui: Set off the plot container element a bit

This commit is contained in:
Jeremy Wall 2024-02-22 20:09:32 -05:00
parent 3d192ed9a4
commit 7e93d499eb

View File

@ -83,3 +83,10 @@ body * {
.flex-item-shrink {
flex: 0 1 auto;
}
timeseries-graph {
background-color: var(--paper-background-color);
border-radius: 4px;
display: flex;
flex-direction: column;
}