Skip to content

Commit

Permalink
Smaller font size for ARCI view.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Aug 2, 2024
1 parent e7d38d5 commit f5b0f75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Dates should be in`YYYY-MM-DD` format and versions are in [semantic versioning](
- Fixed position of dialogs.
- Fixed supervision setting.
- Better indenting on nested lists.
- Smaller font size for ARCI view.

## v0.6.2 2024-07-28

Expand Down
1 change: 1 addition & 0 deletions src/lib/ARCI.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@
align-items: center;
gap: calc(var(--spacing) / 2);
row-gap: calc(var(--spacing) / 2);
font-size: var(--small-size);
}
.slot {
Expand Down

0 comments on commit f5b0f75

Please sign in to comment.