Add dimension schemas

This commit is contained in:
Misode
2020-06-07 21:55:33 +02:00
parent ad25676276
commit d1bf51409a
6 changed files with 26 additions and 3 deletions

View File

@@ -82,6 +82,10 @@ body {
border-radius: 3px;
}
.nav-selector-menu .btn {
white-space: nowrap;
}
.content {
display: flex;
height: calc(100vh - 56px);
@@ -91,6 +95,7 @@ body {
.tree {
padding: 1rem;
overflow-y: auto;
padding-bottom: 50vh;
}
.source textarea {