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 0d00cab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-env qunit */
/* eslint-disable no-new, quotes */

QUnit.config.testTimeout = 1000;
QUnit.config.testTimeout = 2000;

const API_RESP_EMPTY = {};
const API_RESP_TITLE_MATCH = {
Expand Down

0 comments on commit 0d00cab

Please sign in to comment.