mirror of
https://github.com/arc53/DocsGPT.git
synced 2026-05-04 23:52:00 +00:00
style: query submission icon centering
This commit is contained in:
@@ -257,9 +257,9 @@ export default function Conversation() {
|
|||||||
className="relative right-[38px] bottom-[24px] -mr-[30px] animate-spin cursor-pointer self-end bg-transparent"
|
className="relative right-[38px] bottom-[24px] -mr-[30px] animate-spin cursor-pointer self-end bg-transparent"
|
||||||
></img>
|
></img>
|
||||||
) : (
|
) : (
|
||||||
<div className="mx-1 flex cursor-pointer items-center justify-center rounded-full p-3 text-center hover:bg-gray-3000">
|
<div className="mx-1 cursor-pointer rounded-full p-3 text-center hover:bg-gray-3000">
|
||||||
<img
|
<img
|
||||||
className="h-6 w-6 flex-shrink-0 text-white "
|
className="ml-[4px] h-6 w-6 flex-shrink-0 text-white "
|
||||||
onClick={handleQuestionSubmission}
|
onClick={handleQuestionSubmission}
|
||||||
src={isDarkTheme ? SendDark : Send}
|
src={isDarkTheme ? SendDark : Send}
|
||||||
></img>
|
></img>
|
||||||
|
|||||||
Reference in New Issue
Block a user