Make the UI flatter

This commit is contained in:
2022-01-03 14:02:50 +01:00
parent bdec963be0
commit 4f17c71b56
30 changed files with 239 additions and 247 deletions

View File

@@ -325,7 +325,7 @@ const node_click = (index) => {
{/each}
</div>
</div>
<div id="footer" class="status_bar highlight_1">
<div id="footer">
{statusBar}
</div>
</div>
@@ -382,6 +382,8 @@ const node_click = (index) => {
#footer {
flex-shrink: 0;
text-align: left;
background-color: var(--layer_1_color);
padding: 4px;
}
.node {