tangled
alpha
login
or
join now
stream.place
/
streamplace
75
fork
atom
Live video on the AT Protocol
75
fork
atom
overview
issues
1
pulls
pipelines
fix search bar
Natalie B.
2 weeks ago
0c9e4bfc
71a8cf68
+3
-2
1 changed file
expand all
collapse all
unified
split
js
app
components
emoji-picker
emoji-picker.web.tsx
+3
-2
js/app/components/emoji-picker/emoji-picker.web.tsx
···
343
343
style={{
344
344
width: "100%",
345
345
maxHeight: 420,
346
346
+
height: "80vh",
346
347
display: "flex",
347
348
flexDirection: "column",
348
349
background: "transparent",
···
350
351
>
351
352
<FrimousseEmojiPicker.Search
352
353
style={{
353
353
-
margin: "8px 8px 4px",
354
354
+
margin: "10px 10px 4px 10px",
354
355
padding: "6px 10px",
355
356
borderRadius: 8,
356
357
border: "1px solid rgba(255,255,255,0.1)",
···
358
359
color: "white",
359
360
fontSize: 13,
360
361
outline: "none",
361
361
-
width: "calc(100% - 16px)",
362
362
+
width: "calc(100% - 16px - 10px)",
362
363
boxSizing: "border-box",
363
364
}}
364
365
placeholder="Search emoji…"