Merge branch 'upstream/master' into feat/graphql_highlight

This commit is contained in:
Andrew Bastin
2020-01-09 13:33:33 -05:00
4 changed files with 101 additions and 53 deletions

View File

@@ -44,12 +44,17 @@
display: flex;
flex-grow: 1;
flex-direction: column;
margin: 8px;
margin: 16px;
padding: 16px;
transition: all 0.2s ease;
background-color: var(--bg-color);
border-radius: 16px;
box-shadow: 0px 16px 70px rgba(0, 0, 0, 0.5);
max-height: calc(100vh - 32px);
}
.modal-body {
overflow: auto;
}
/*