fix feedback button jump
This commit is contained in:
parent
f63496e46c
commit
91dec114a6
|
@ -89,18 +89,20 @@ body {
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 12px;
|
min-width: 12px;
|
||||||
|
max-width: 12px;
|
||||||
text-indent: 17px;
|
text-indent: 17px;
|
||||||
transition: all 150ms ease-in-out;
|
transition: all 250ms ease-in-out;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.feedback:hover,
|
.feedback:hover,
|
||||||
.feedback:focus {
|
.feedback:focus {
|
||||||
width: 57px;
|
min-width: 30px;
|
||||||
|
max-width: 300px;
|
||||||
text-indent: 2px;
|
text-indent: 2px;
|
||||||
padding: 5px 5px 5px 20px;
|
padding: 5px 5px 5px 20px;
|
||||||
background-color: #0287e8;
|
background-color: #0287e8;
|
||||||
transition: all 150ms ease-in-out;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.feedback:active {
|
.feedback:active {
|
||||||
|
|
Loading…
Reference in New Issue