diff --git a/apps/readest-app/src/app/reader/components/sidebar/ChatHistoryView.tsx b/apps/readest-app/src/app/reader/components/sidebar/ChatHistoryView.tsx index d202fb23..8e5f9449 100644 --- a/apps/readest-app/src/app/reader/components/sidebar/ChatHistoryView.tsx +++ b/apps/readest-app/src/app/reader/components/sidebar/ChatHistoryView.tsx @@ -225,16 +225,26 @@ const ChatHistoryView: React.FC = ({ bookKey }) => { )} - {/* Floating New Chat button at bottom right */} -
+ {/* Floating New Chat button at bottom right. + Use safe-area-inset-bottom so it doesn't get hidden behind the + Android gesture pill / iOS home indicator on mobile. + Use btn-primary colors to guarantee a visible contrast across + both light and dark themes (previously bg-base-300 / text-base-content + could collapse to a near-invisible solid black pill on some themes). */} +