Обновить app/routes/home.tsx
This commit is contained in:
parent
03ec32c0a2
commit
e73d008431
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue