Skip to content

Commit

Permalink
Fix expander styling
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel committed Jun 22, 2024
1 parent d548833 commit c651df9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1825,3 +1825,7 @@ details[open] * i.fa-chevron-down {
details[open] * i.fa-chevron-right {
display: none;
}

details summary::-webkit-details-marker {
display:none;
}
4 changes: 2 additions & 2 deletions docs/appendix/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ outputs:

<!-- If there is no concrete date for a change that makes sense, use the end of the month it was released in. -->

{{% changelog date="2024-05-09" color="changed" title="Return type of GetImage()" %}}
{{< changelog date="2024-05-09" color="changed" title="Return type of GetImage()" >}}

The Python SDK introduced a new image container class called [`ViamImage`](https://python.viam.dev/autoapi/viam/components/camera/index.html#viam.components.camera.ViamImage).
The camera API's [`GetImage()`](/components/camera/#getimage) API method now returns a `ViamImage` type, and the vision service's [GetDetections()](/services/vision/#getdetections) and [GetClassifications()](/services/vision/#getclassifications) take in `ViamImage` as a parameter.
Expand Down Expand Up @@ -51,7 +51,7 @@ detections = await detector.get_detections(cropped_frame)
```

{{< /expand >}}
{{% /changelog %}}
{{< /changelog >}}

{{% changelog date="2024-04-30" color="removed" title="Removed status from Board API" %}}

Expand Down

0 comments on commit c651df9

Please sign in to comment.