Many subtle improvements to the UI design system (#1537)

This commit is contained in:
Keavon Chambers
2023-12-28 04:35:20 -08:00
committed by GitHub
parent 34f952bad1
commit 96b5d7b520
62 changed files with 326 additions and 521 deletions
@@ -44,6 +44,10 @@
flex: 0 0 auto;
margin: 0 4px;
+ .widget-section {
margin-top: 4px;
}
.header {
text-align: left;
align-items: center;
@@ -107,7 +111,6 @@
padding: 0 7px;
padding-top: 1px;
margin-top: -1px;
margin-bottom: 4px;
border: 1px solid var(--color-2-mildblack);
border-radius: 0 0 4px 4px;
overflow: hidden;
@@ -130,8 +133,8 @@
margin-left: 16px;
}
> .parameter-expose-button ~ .text-label:first-of-type {
margin-left: 0;
> .parameter-expose-button + .text-label:first-of-type {
margin-left: 8px;
}
> .text-button {