@@ -8576,7 +8576,7 @@ var $author$project$Classification$viewClassExamples = function (examined) {
8576
8576
$elm$html$Html$div ,
8577
8577
_List_fromArray (
8578
8578
[
8579
- $elm$html$Html$Attributes$class ( 'max-w-xl grid grid-cols-3 gap-2 ' )
8579
+ $elm$html$Html$Attributes$class ( 'max-w-xl grid grid-cols-3 gap-1 ' )
8580
8580
] ) ,
8581
8581
A2 (
8582
8582
$elm$core$List$map ,
@@ -8751,7 +8751,7 @@ var $author$project$Classification$viewInputExample = function (model) {
8751
8751
$elm$html$Html$div ,
8752
8752
_List_fromArray (
8753
8753
[
8754
- $elm$html$Html$Attributes$class ( 'flex flex-row gap-2 ' )
8754
+ $elm$html$Html$Attributes$class ( 'flex flex-row gap-1 ' )
8755
8755
] ) ,
8756
8756
_List_fromArray (
8757
8757
[
@@ -9129,14 +9129,14 @@ var $author$project$Classification$viewInstructions = function (example) {
9129
9129
_List_fromArray (
9130
9130
[
9131
9131
$elm$html$Html$Attributes$class ( 'grid grid-cols-2 sm:grid-cols-4 md:inline-grid md:grid-cols-2 md:items-start lg:grid-cols-4' ) ,
9132
- $elm$html$Html$Attributes$class ( 'gap-2 mt-4 md:mt-0' )
9132
+ $elm$html$Html$Attributes$class ( 'gap-1 mt-4 md:mt-0' )
9133
9133
] ) ,
9134
9134
_List_fromArray (
9135
9135
[
9136
- A2 ( $author$project$Classification$viewExampleButton , '/assets/contrib/classification/680.webp' , 680 ) ,
9137
- A2 ( $author$project$Classification$viewExampleButton , '/assets/contrib/classification/1129.webp' , 1129 ) ,
9138
- A2 ( $author$project$Classification$viewExampleButton , '/assets/contrib/classification/4139.webp' , 4139 ) ,
9139
- A2 ( $author$project$Classification$viewExampleButton , '/assets/contrib/classification/5099.webp' , 5099 )
9136
+ A2 ( $author$project$Classification$viewExampleButton , '/SAE-V/ assets/contrib/classification/680.webp' , 680 ) ,
9137
+ A2 ( $author$project$Classification$viewExampleButton , '/SAE-V/ assets/contrib/classification/1129.webp' , 1129 ) ,
9138
+ A2 ( $author$project$Classification$viewExampleButton , '/SAE-V/ assets/contrib/classification/4139.webp' , 4139 ) ,
9139
+ A2 ( $author$project$Classification$viewExampleButton , '/SAE-V/ assets/contrib/classification/5099.webp' , 5099 )
9140
9140
] ) )
9141
9141
] ) )
9142
9142
] ) ) ;
@@ -9326,15 +9326,15 @@ var $author$project$Classification$viewSaeExample = F2(
9326
9326
$elm$html$Html$div ,
9327
9327
_List_fromArray (
9328
9328
[
9329
- $elm$html$Html$Attributes$class ( '' )
9329
+ $elm$html$Html$Attributes$class ( 'border-b border-gray-300 my-2 pb-2 ' )
9330
9330
] ) ,
9331
9331
_List_fromArray (
9332
9332
[
9333
9333
A2 (
9334
9334
$elm$html$Html$div ,
9335
9335
_List_fromArray (
9336
9336
[
9337
- $elm$html$Html$Attributes$class ( 'grid grid-cols-4 ' )
9337
+ $elm$html$Html$Attributes$class ( 'grid grid-cols-2 gap-1 ' )
9338
9338
] ) ,
9339
9339
A2 ( $elm$core$List$map , $author$project$Classification$viewImage , example . aj ) ) ,
9340
9340
A2 (
@@ -9478,6 +9478,7 @@ var $author$project$Classification$viewSaeExamples = F2(
9478
9478
_List_Nil ,
9479
9479
_List_fromArray (
9480
9480
[
9481
+ $elm$html$Html$text ( 'The ' ) ,
9481
9482
A2 (
9482
9483
$elm$html$Html$span ,
9483
9484
_List_fromArray (
@@ -9486,7 +9487,7 @@ var $author$project$Classification$viewSaeExamples = F2(
9486
9487
] ) ,
9487
9488
_List_fromArray (
9488
9489
[
9489
- $elm$html$Html$text ( 'These patches' )
9490
+ $elm$html$Html$text ( 'red patches' )
9490
9491
] ) ) ,
9491
9492
$elm$html$Html$text ( ' above are like ' ) ,
9492
9493
A2 (
@@ -9497,7 +9498,7 @@ var $author$project$Classification$viewSaeExamples = F2(
9497
9498
] ) ,
9498
9499
_List_fromArray (
9499
9500
[
9500
- $elm$html$Html$text ( 'these patches' )
9501
+ $elm$html$Html$text ( 'highlighted patches' )
9501
9502
] ) ) ,
9502
9503
$elm$html$Html$text ( ' below. (Not what you expected? Add more patches)' )
9503
9504
] ) )
@@ -9535,15 +9536,15 @@ var $author$project$Classification$view = function (model) {
9535
9536
$elm$html$Html$main_ ,
9536
9537
_List_fromArray (
9537
9538
[
9538
- $elm$html$Html$Attributes$class ( 'w-full min-h-screen p-0 md:p-1 lg:p-2 bg-gray-50 space-y-4 ' )
9539
+ $elm$html$Html$Attributes$class ( 'w-full min-h-screen p-0 bg-gray-50' )
9539
9540
] ) ,
9540
9541
_List_fromArray (
9541
9542
[
9542
9543
A2 (
9543
9544
$elm$html$Html$div ,
9544
9545
_List_fromArray (
9545
9546
[
9546
- $elm$html$Html$Attributes$class ( 'border border-gray-200 bg-white p-2 space-y-4' )
9547
+ $elm$html$Html$Attributes$class ( 'bg-white p-2 space-y-4' )
9547
9548
] ) ,
9548
9549
_List_fromArray (
9549
9550
[
@@ -9562,7 +9563,7 @@ var $author$project$Classification$view = function (model) {
9562
9563
$elm$html$Html$div ,
9563
9564
_List_fromArray (
9564
9565
[
9565
- $elm$html$Html$Attributes$class ( 'flex flex-col items-stretch' )
9566
+ $elm$html$Html$Attributes$class ( 'flex flex-col items-stretch gap-2 md:flex-row ' )
9566
9567
] ) ,
9567
9568
_List_fromArray (
9568
9569
[
@@ -9574,7 +9575,7 @@ var $author$project$Classification$view = function (model) {
9574
9575
$elm$html$Html$div ,
9575
9576
_List_fromArray (
9576
9577
[
9577
- $elm$html$Html$Attributes$class ( 'border-t border-gray-200 ' )
9578
+ $elm$html$Html$Attributes$class ( 'border-t border-gray-300 ' )
9578
9579
] ) ,
9579
9580
_List_Nil ) ,
9580
9581
A2 (
0 commit comments