@@ -489,28 +489,6 @@ body {
489489 justify-content : center;
490490}
491491
492- .a3s-hero-visual ::before ,
493- .a3s-hero-visual ::after {
494- position : absolute;
495- width : 140px ;
496- height : 140px ;
497- border-color : rgba (108 , 163 , 255 , 0.22 );
498- border-style : solid;
499- content : '' ;
500- }
501-
502- .a3s-hero-visual ::before {
503- top : 20px ;
504- right : 20px ;
505- border-width : 1px 1px 0 0 ;
506- }
507-
508- .a3s-hero-visual ::after {
509- bottom : 20px ;
510- left : 20px ;
511- border-width : 0 0 1px 1px ;
512- }
513-
514492.a3s-runtime-visual {
515493 position : relative;
516494 width : min (100% , 520px );
@@ -5669,36 +5647,31 @@ body {
56695647
56705648.a3s-tui-plan {
56715649 display : grid;
5672- padding : 5px 8px ;
5673- gap : 3px ;
5650+ padding : 1px 0 6px ;
56745651}
56755652
5676- .a3s-tui-plan > header ,
56775653.a3s-tui-agents > header {
56785654 display : grid;
56795655 min-width : 0 ;
56805656 color : # cfd3d8 ;
56815657 align-items : center;
56825658 gap : 7px ;
5683- grid-template-columns : 13px auto minmax (0 , 1fr ) auto;
5659+ grid-template-columns : 13px minmax (0 , 1fr ) auto;
56845660}
56855661
5686- .a3s-tui-plan > header > span ,
56875662.a3s-tui-agents > header > span {
56885663 color : # 77808b ;
56895664 font-size : 12px ;
56905665 text-align : center;
56915666}
56925667
5693- .a3s-tui-plan > header > strong ,
56945668.a3s-tui-agents > header > strong {
56955669 color : # dcdcdc ;
56965670 font-size : 11.5px ;
56975671 font-weight : 540 ;
56985672 line-height : 1.4 ;
56995673}
57005674
5701- .a3s-tui-plan > header > small ,
57025675.a3s-tui-agents > header > small {
57035676 overflow : hidden;
57045677 color : # 77808b ;
@@ -5708,10 +5681,6 @@ body {
57085681 white-space : nowrap;
57095682}
57105683
5711- .a3s-tui-plan > header > small {
5712- grid-column : 4 ;
5713- }
5714-
57155684.a3s-tui-plan ol {
57165685 display : grid;
57175686 min-width : 0 ;
@@ -5727,14 +5696,15 @@ body {
57275696 min-height : 15px ;
57285697 color : # 8a929d ;
57295698 align-items : center;
5730- gap : 4 px ;
5731- grid-template-columns : 13 px 13px minmax (0 , 1fr );
5699+ gap : 3 px ;
5700+ grid-template-columns : 20 px 13px minmax (0 , 1fr );
57325701}
57335702
57345703.a3s-tui-plan li > span {
57355704 color : # 606872 ;
57365705 font-size : 11px ;
5737- text-align : center;
5706+ text-align : left;
5707+ white-space : pre;
57385708}
57395709
57405710.a3s-tui-plan li > i {
@@ -5773,19 +5743,10 @@ body {
57735743
57745744.a3s-tui-agents {
57755745 display : grid;
5776- padding : 4 px 8 px ;
5746+ padding : 3 px 0 0 ;
57775747 gap : 3px ;
57785748}
57795749
5780- .a3s-tui-agents > header > em {
5781- overflow : hidden;
5782- color : # 8d96a1 ;
5783- font-size : 10px ;
5784- font-style : normal;
5785- text-overflow : ellipsis;
5786- white-space : nowrap;
5787- }
5788-
57895750.a3s-tui-agents > div {
57905751 display : grid;
57915752 min-width : 0 ;
@@ -5801,6 +5762,7 @@ body {
58015762 align-items : center;
58025763 gap : 7px ;
58035764 grid-template-columns : 13px auto minmax (0 , 1fr ) auto;
5765+ padding-left : 20px ;
58045766}
58055767
58065768.a3s-tui-agents > div > p > i {
@@ -6055,7 +6017,6 @@ body {
60556017.a3s-tui-composer {
60566018 min-height : 0 ;
60576019 padding : 0 18px 9px ;
6058- border-top : 1px solid # 242a31 ;
60596020 background : # 15191f ;
60606021 font-family : var (--a3s-mono );
60616022}
@@ -6323,8 +6284,8 @@ body {
63236284
63246285 .a3s-tui-plan ,
63256286 .a3s-tui-agents {
6326- padding-right : 3 px ;
6327- padding-left : 3 px ;
6287+ padding-right : 0 ;
6288+ padding-left : 0 ;
63286289 }
63296290
63306291 .a3s-tui-artifact {
@@ -6345,25 +6306,20 @@ body {
63456306}
63466307
63476308@media (max-width : 390px ) {
6348- .a3s-tui-plan > header ,
63496309 .a3s-tui-agents > header {
63506310 gap : 3px 6px ;
63516311 grid-template-columns : 13px auto minmax (0 , 1fr );
63526312 }
63536313
6354- .a3s-tui-plan > header > small ,
63556314 .a3s-tui-agents > header > small {
63566315 grid-column : 2 / -1 ;
63576316 text-align : left;
63586317 }
63596318
6360- .a3s-tui-agents > header > em {
6361- text-align : right;
6362- }
6363-
63646319 .a3s-tui-agents > div > p {
63656320 gap : 5px ;
63666321 grid-template-columns : 13px auto minmax (0 , 1fr ) auto;
6322+ padding-left : 12px ;
63676323 }
63686324
63696325 .a3s-tui-artifact {
0 commit comments