File tree 2 files changed +11
-8
lines changed
2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -1038,6 +1038,10 @@ select{
1038
1038
grid-row-start : 1 ;
1039
1039
}
1040
1040
1041
+ .float-right {
1042
+ float : right;
1043
+ }
1044
+
1041
1045
.-m-2 {
1042
1046
margin : -0.5rem ;
1043
1047
}
@@ -1620,10 +1624,6 @@ select{
1620
1624
min-width : 100% ;
1621
1625
}
1622
1626
1623
- .max-w-10 {
1624
- max-width : 2.5rem ;
1625
- }
1626
-
1627
1627
.max-w-2xl {
1628
1628
max-width : 42rem ;
1629
1629
}
@@ -1668,10 +1668,6 @@ select{
1668
1668
max-width : 20rem ;
1669
1669
}
1670
1670
1671
- .max-w-96 {
1672
- max-width : 24rem ;
1673
- }
1674
-
1675
1671
.flex-1 {
1676
1672
flex : 1 1 0% ;
1677
1673
}
@@ -3479,6 +3475,10 @@ select{
3479
3475
--tw-ring-color : rgb (0 0 0 / 0.05 );
3480
3476
}
3481
3477
3478
+ .ring-blue-700\/ 10 {
3479
+ --tw-ring-color : rgb (29 78 216 / 0.1 );
3480
+ }
3481
+
3482
3482
.ring-gray-200 {
3483
3483
--tw-ring-opacity : 1 ;
3484
3484
--tw-ring-color : rgb (229 231 235 / var (--tw-ring-opacity , 1 ));
Original file line number Diff line number Diff line change @@ -88,6 +88,9 @@ export default {
88
88
<div class="ml-1 invisible group-hover:visible">discard</div>
89
89
<svg class="w-6 h-6" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="currentColor" d="M12 12h2v12h-2zm6 0h2v12h-2z"></path><path fill="currentColor" d="M4 6v2h2v20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8h2V6zm4 22V8h16v20zm4-26h8v2h-8z"></path></svg>
90
90
</div>
91
+ </div>
92
+ <div v-if="result.request.model" class="float-right">
93
+ <span class="inline-flex items-center rounded-md bg-blue-50 px-2 py-1 text-xs font-medium text-blue-700 ring-1 ring-inset ring-blue-700/10">{{result.request.model}}</span>
91
94
</div>
92
95
93
96
<ArtifactGallery :results="toArtifacts(result)">
You can’t perform that action at this time.
0 commit comments