kasunk99-livestream-core 0.3.28 → 0.3.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -343,14 +343,14 @@ const styles = StyleSheet.create({
|
|
|
343
343
|
chatUsername: { fontWeight: '700' },
|
|
344
344
|
chatMsg: { color: '#e5e5e5', fontWeight: '400' },
|
|
345
345
|
joinText: { color: 'rgba(255,255,255,0.48)', fontSize: 12, fontStyle: 'italic' },
|
|
346
|
-
// Input bar
|
|
346
|
+
// Input bar shows only when keyboard is open — BOTTOM_SAFE not needed, keyboard covers that area
|
|
347
347
|
inputBar: {
|
|
348
348
|
flexDirection: 'row',
|
|
349
349
|
alignItems: 'center',
|
|
350
350
|
backgroundColor: 'rgba(20,20,20,0.97)',
|
|
351
351
|
paddingHorizontal: 12,
|
|
352
352
|
paddingTop: 8,
|
|
353
|
-
paddingBottom:
|
|
353
|
+
paddingBottom: 8,
|
|
354
354
|
gap: 8,
|
|
355
355
|
borderTopWidth: StyleSheet.hairlineWidth,
|
|
356
356
|
borderTopColor: 'rgba(255,255,255,0.10)',
|
package/package.json
CHANGED