Skip to content

Commit

Permalink
Reduces Perplexity GUI height
Browse files Browse the repository at this point in the history
Decreases the height of the empty state display in the Perplexity GUI to prevent overlap with other elements.
  • Loading branch information
charlwillia6 committed Feb 12, 2025
1 parent ca0cbff commit 2aca578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/integrations/perplexity/perplexitygui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ function PerplexityGUI() {
)}
>
{state.perplexityHistory.length === 0 && (
<div className="max-w-2xl mx-auto w-full h-[calc(100vh-120px)] text-center flex flex-col justify-center">
<div className="max-w-2xl mx-auto w-full h-[calc(100vh-450px)] text-center flex flex-col justify-center">
<div className="w-full text-center flex flex-col items-center justify-center relative gap-5">
<img
src={getLogoPath("pearai-search-splash.svg")}
Expand Down

0 comments on commit 2aca578

Please sign in to comment.