Skip to content

Commit

Permalink
demo: add minimum padding around fullscreen form on narrow viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Aug 6, 2024
1 parent 7b16c08 commit 608c199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ typesense-minibar.demo-form-overlay:focus-within {
position: fixed;
inset: 0px;
background: #f4f4f4;
padding: var(--tsmb-size-sm) 0;
padding: var(--tsmb-size-sm);
}
typesense-minibar.demo-form-overlay:focus-within form {
width: 30rem;
Expand Down

0 comments on commit 608c199

Please sign in to comment.