mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2024-11-09 16:11: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__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;
|
||||
|
|
Loading…
Reference in a new issue