Styling fixes

This commit is contained in:
2022-12-05 15:01:04 +01:00
parent 735d58ac9a
commit 81929bb016
9 changed files with 73 additions and 77 deletions

View File

@@ -357,7 +357,7 @@ const node_click = (index) => {
overflow: hidden;
background: var(--body_background);
min-width: 850px;
border-top-left-radius: 16px;
border-top-left-radius: 8px;
border-bottom: 1px solid var(--separator);
}
.sorter_button {
@@ -387,7 +387,7 @@ const node_click = (index) => {
padding: 0;
overflow-x: auto;
background: var(--body_background);
border-bottom-left-radius: 16px;
border-bottom-left-radius: 8px;
}
#node_container {
display: block;