@@ -181,6 +181,7 @@ body.still-loading .repl {
181181 padding-top : 1rem ;
182182 flex : 4 ;
183183 transition : flex 300ms ease-in-out, opacity 300ms ease-in-out;
184+ background : var (--color-ui-01 );
184185}
185186.repl-inner {
186187 overflow-y : auto;
@@ -498,6 +499,7 @@ sidecar {
498499 min-width : 0 ;
499500 transition : all 300ms ease-in-out;
500501 border-left : 1px solid;
502+ box-shadow : 0 0 1ex var (--color-ui-02 );
501503 font-weight : 300 ;
502504 display : flex;
503505 flex-direction : column;
@@ -779,7 +781,7 @@ sidecar.entity-is-activations .sidecar-header-name .sidecar-header-name-content
779781sidecar .sidecar-header-secondary-content {
780782 font-size : 0.875rem ;
781783 opacity : 0.75 ;
782- margin : 1 ex 1em 1 ex 0 ;
784+ margin : 0 1em 1 em 0 ;
783785}
784786sidecar .sidecar-header-secondary-content .kind-content {
785787 overflow : hidden;
@@ -1153,8 +1155,7 @@ sidecar.no-limits-data .activation-estimated-cost-container {
11531155}
11541156.repl .log-lines .log-line .log-line-bar-field {
11551157 /* add a left-right border to the timeline bars, but only for the repl side, not the sidecar Trace view */
1156- border : 1px dotted rgba (0 , 0 , 0 , 0.075 );
1157- border-bottom : none;
1158+ border : 1px solid var (--color-ui-04 );
11581159}
11591160.log-lines .log-field .entity-name {
11601161 max-width : 20em ;
@@ -1690,6 +1691,7 @@ break {
16901691 justify-content : flex-end;
16911692 font-family : var (--font-sans-serif );
16921693 color : var (--color-text-02 );
1694+ background : var (--color-ui-01 );
16931695 border : 1px solid var (--color-ui-04 );
16941696 border-top : none;
16951697 height : 3em ;
0 commit comments