mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2024-11-09 23:31:52 +00:00
style(capture options panel): Fix buttons margins on webkit
This commit is contained in:
parent
600e2b864c
commit
8918598e18
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
||||||
.options__select,
|
.options__select,
|
||||||
.options__btn {
|
.options__btn {
|
||||||
appearance: none;
|
appearance: none;
|
||||||
|
margin: 0;
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
border: .1rem solid transparent;
|
border: .1rem solid transparent;
|
||||||
border-radius: .3rem;
|
border-radius: .3rem;
|
||||||
|
@ -101,6 +102,7 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
Loading…
Reference in a new issue