Skip to content

Commit

Permalink
Reduced width of <slate-app-nav-content> a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
trevoreyre committed Dec 4, 2023
1 parent 600477e commit 62865a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v1.1.1 (December 3, 2023)

- Reduced width of `<slate-app-nav-content>` a bit

## v1.1.0 (December 3, 2023)

- Added `SlateElement` class for light DOM web components
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slate-ui/core",
"version": "1.1.0",
"version": "1.1.1",
"description": "Web component library",
"private": false,
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/app-nav/app-nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
display: flex;
flex-direction: column;
align-items: flex-start;
inline-size: 400px;
inline-size: 320px;
max-inline-size: 100%;
position: fixed;
inset-block: 0;
Expand Down

0 comments on commit 62865a7

Please sign in to comment.