Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
02d723cc0b
|
|
@ -17,7 +17,8 @@
|
||||||
|
|
||||||
.bg-dark {
|
.bg-dark {
|
||||||
background-color: #282c34;
|
background-color: #282c34;
|
||||||
height: 100%;
|
min-height: 100%;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-container {
|
.list-container {
|
||||||
|
|
|
||||||
|
|
@ -92,9 +92,10 @@ export default function Home() {
|
||||||
onMouseLeave={() => setFabIsHovered(false)}
|
onMouseLeave={() => setFabIsHovered(false)}
|
||||||
variant={fabIsHovered ? 'extended' : 'circular'}
|
variant={fabIsHovered ? 'extended' : 'circular'}
|
||||||
sx={{
|
sx={{
|
||||||
position: 'absolute',
|
position: 'fixed',
|
||||||
bottom: 16,
|
bottom: 16,
|
||||||
right: 16,
|
right: 16,
|
||||||
|
zIndex: 1000,
|
||||||
width: fabIsHovered ? '160px' : '56px', // Переход между кругом и овалом
|
width: fabIsHovered ? '160px' : '56px', // Переход между кругом и овалом
|
||||||
transition: 'width 0.3s ease-in-out',
|
transition: 'width 0.3s ease-in-out',
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue