Fix
This commit is contained in:
parent
ef572d4899
commit
d3c2baa0c7
|
@ -35,8 +35,8 @@
|
||||||
bottom: 30px;
|
bottom: 30px;
|
||||||
right: 30px;
|
right: 30px;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
width: 24px;
|
width: 32px;
|
||||||
height: 24px;
|
height: 32px;
|
||||||
border: none;
|
border: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
background-color: var(--tertiary);
|
background-color: var(--tertiary);
|
||||||
|
@ -44,7 +44,6 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
font-size: 18px;
|
|
||||||
transition: visibility 0.5s, opacity 0.8s linear;
|
transition: visibility 0.5s, opacity 0.8s linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue