ui: tweaks

This commit is contained in:
cha0s 2021-01-24 20:39:39 -06:00
parent 7e88af749d
commit b351f4484a
4 changed files with 4 additions and 2 deletions

View File

@ -32,7 +32,6 @@
background-color: rgba(0, 0, 0, 0.2);
flex-grow: 1;
overflow: auto;
padding: 1em;
}
}

View File

@ -28,5 +28,4 @@
.react-tabs__tab-panel {
background-color: rgba(0, 0, 0, 0.2);
overflow: auto;
padding: 1em;
}

View File

@ -19,6 +19,7 @@ const EntityRendererComponent = ({buffer}) => {
<TabPanel>
<Traits json={json.traits} />
</TabPanel>
<TabPanel />
</div>
<div className="entity-renderer__workspaceTabs">
<TabList>

View File

@ -41,6 +41,9 @@
.traits__tab-panes {
flex-shrink: 999;
overflow: auto;
.react-tabs__tab-panel {
padding: 1em;
}
}
.traits__add-trait {