Skip to content

Commit

Permalink
Add --dialog-size variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lazaronixon committed Jan 9, 2025
1 parent d36c7d8 commit 10f89b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## [Unreleased]
- Don't hide [hidden='until-found']
- Don't need "after" filter event anymore
- Add --dialog-size variable

## [0.0.83] - 2024-01-08
- Reimplement command component
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
color: var(--color-text);
inline-size: var(--size-full);
margin: auto;
max-inline-size: var(--max-i-lg);
max-inline-size: var(--dialog-size, var(--max-i-lg));

&::backdrop {
background-color: rgba(0, 0, 0, .8);
Expand Down

0 comments on commit 10f89b8

Please sign in to comment.