chore: Update Sidepanel UI styling and manifest configuration

This commit is contained in:
n4ze3m
2024-05-16 11:32:31 +05:30
parent d6fff4bfa1
commit d28525ad02
3 changed files with 5 additions and 2 deletions

View File

@@ -32,7 +32,9 @@ export const SidePanelBody = () => {
isTTSEnabled={ttsEnabled}
/>
))}
<div className="w-full h-32 md:h-48 flex-shrink-0"></div>
{
import.meta.env.BROWSER === "chrome" ? <div className="w-full h-32 md:h-48 flex-shrink-0"></div> : <div className="w-full h-48 flex-shrink-0"></div>
}
<div ref={divRef} />
</div>
)