1
0
Fork 0
mirror of synced 2024-07-05 22:40:39 +12:00

Some fixes after testing binding.

This commit is contained in:
mike12345567 2021-05-04 10:49:33 +01:00
parent dcf69b2181
commit 7a5ba0eeba
4 changed files with 11 additions and 4 deletions

View file

@ -28,11 +28,9 @@
border-right: var(--border-light);
overflow: auto;
}
.sidebar::-webkit-scrollbar {
display: none;
}
.main {
font-family: var(--font-sans);
}

View file

@ -73,6 +73,10 @@
</div>
<style>
.spectrum-Dialog--XL {
width: 1000px;
}
.content-grid {
display: grid;
position: relative;

View file

@ -121,8 +121,13 @@
<style>
.main {
padding: var(--spacing-m)
padding: var(--spacing-m);
}
.main :global(textarea) {
min-height: 150px !important;
}
section {
display: grid;
grid-gap: var(--spacing-s);

View file

@ -129,7 +129,7 @@
font-family: var(--font-sans);
}
.text :global(textarea) {
min-height: 100px;
min-height: 150px !important;
}
.text :global(p) {
margin: 0;