File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
examples/engine-browser-examples/src Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -115,14 +115,14 @@ form[action$='destroy'] button {
115
115
# sidebar {
116
116
display : flex;
117
117
flex-direction : column;
118
- width : 22 rem ;
118
+ width : 16 rem ;
119
119
background-color : # f7f7f7 ;
120
120
border-right : solid 1px # e3e3e3 ;
121
121
}
122
122
123
123
# sidebar > * {
124
- padding-right : 2 rem ;
125
- padding-left : 2 rem ;
124
+ padding-right : 1 rem ;
125
+ padding-left : 1 rem ;
126
126
}
127
127
128
128
# sidebar h1 {
233
233
gap : 1rem ;
234
234
align-items : center;
235
235
justify-content : space-between;
236
- padding : 0.5rem ;
236
+ padding : 0.5rem 0 0.5 rem 0.2 rem ;
237
237
overflow : hidden;
238
238
color : inherit;
239
239
Original file line number Diff line number Diff line change @@ -11,16 +11,13 @@ export default function Root() {
11
11
< input
12
12
id = "q"
13
13
aria-label = "Search contacts"
14
- placeholder = "Search"
14
+ placeholder = "Press Enter for Search"
15
15
type = "search"
16
16
name = "q"
17
17
/>
18
18
< div id = "search-spinner" aria-hidden hidden = { true } />
19
19
< div className = "sr-only" aria-live = "polite" > </ div >
20
20
</ form >
21
- < form method = "post" >
22
- < button type = "submit" > New</ button >
23
- </ form >
24
21
</ div >
25
22
< nav >
26
23
< ul >
You can’t perform that action at this time.
0 commit comments