mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2026-01-01 04:34:23 +01:00
refactor sse
This commit is contained in:
@@ -218,7 +218,7 @@ export const SessionPageContent: FC<{
|
||||
{/* Fixed Diff Button */}
|
||||
<Button
|
||||
onClick={() => setIsDiffModalOpen(true)}
|
||||
className="fixed bottom-6 right-6 w-14 h-14 rounded-full shadow-lg hover:shadow-xl transition-all duration-200 z-50"
|
||||
className="fixed bottom-15 right-6 w-14 h-14 rounded-full shadow-lg hover:shadow-xl transition-all duration-200 z-50"
|
||||
size="lg"
|
||||
>
|
||||
<GitCompareIcon className="w-6 h-6" />
|
||||
|
||||
Reference in New Issue
Block a user