mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-18 05:27:27 +00:00
fix: update iframe styling and permissions in ChatPage component
This commit is contained in:
@@ -34,8 +34,9 @@ const ChatPage = () => {
|
||||
return !isLoading && iframeSrc ? (
|
||||
<iframe
|
||||
src={iframeSrc}
|
||||
style={{ width: '100%', height: '85vh', border: 'none' }}
|
||||
style={{ width: '100%', height: '100%', border: 'none' }}
|
||||
title="Token Frame"
|
||||
allow="camera;microphone"
|
||||
/>
|
||||
) : (
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user