Only add margin to yes reactions

pull/9598/head
Albert Ford 2021-08-16 14:02:45 -07:00
parent 1050b89bbd
commit acb3307305
No known key found for this signature in database
GPG Key ID: 9C200032321A04A3
1 changed files with 4 additions and 1 deletions

View File

@ -52,6 +52,10 @@
button.yes {
order: 0;
opacity: 1;
img {
margin-right: 0.4em;
}
}
img {
@ -59,6 +63,5 @@
height: 20px;
transition: transform 0.15s cubic-bezier(0.2, 0, 0.13, 2);
pointer-events: none;
margin-right: 0.4em;
}
}