Skip to content

Instantly share code, notes, and snippets.

@michelmany
Created May 25, 2020 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michelmany/1c5533045c3cd47c04ae3e18352e29d6 to your computer and use it in GitHub Desktop.
Save michelmany/1c5533045c3cd47c04ae3e18352e29d6 to your computer and use it in GitHub Desktop.
Set the ReCaptcha v3 to the left of the screen.
.grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: 4px !important;
}
.grecaptcha-badge:hover {
width: 256px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment