Обновить app/routes/home.tsx

This commit is contained in:
Dhaverd 2026-05-10 20:42:21 +02:00
parent 03ec32c0a2
commit e73d008431

View File

@ -95,7 +95,7 @@ export default function Home() {
position: 'fixed',
bottom: 16,
right: 16,
z-index: 1000,
zIndex: 1000,
width: fabIsHovered ? '160px' : '56px', // Переход между кругом и овалом
transition: 'width 0.3s ease-in-out',
overflow: 'hidden',