Skip to content

Commit 0d00cab

Browse files
committed
demo: add minimum padding around fullscreen form on narrow viewport
1 parent 7b16c08 commit 0d00cab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/demo.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ typesense-minibar.demo-form-overlay:focus-within {
7575
position: fixed;
7676
inset: 0px;
7777
background: #f4f4f4;
78-
padding: var(--tsmb-size-sm) 0;
78+
padding: var(--tsmb-size-sm);
7979
}
8080
typesense-minibar.demo-form-overlay:focus-within form {
8181
width: 30rem;

test/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-env qunit */
22
/* eslint-disable no-new, quotes */
33

4-
QUnit.config.testTimeout = 1000;
4+
QUnit.config.testTimeout = 2000;
55

66
const API_RESP_EMPTY = {};
77
const API_RESP_TITLE_MATCH = {

0 commit comments

Comments
 (0)