style(capture options panel): Fix buttons margins on webkit

This commit is contained in:
Tixie 2019-04-07 17:04:46 +02:00
parent 600e2b864c
commit 8918598e18

View file

@ -20,6 +20,7 @@
.options__select,
.options__btn {
appearance: none;
margin: 0;
padding: 2rem;
border: .1rem solid transparent;
border-radius: .3rem;
@ -101,6 +102,7 @@
flex-direction: column;
justify-content: center;
align-items: center;
margin: 0;
padding: 0;
width: 50%;
border: none;