mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-01 17:38:33 +00:00
Add Recaptcha functionality to Gitea (#4044)
This commit is contained in:
parent
54fedd4070
commit
f035dcd4f2
13 changed files with 163 additions and 15 deletions
|
@ -80,6 +80,23 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) {
|
||||
.g-recaptcha {
|
||||
margin: 0 auto !important;
|
||||
width: 304px;
|
||||
padding-left: 30px;
|
||||
}
|
||||
}
|
||||
@media screen and (max-height: 575px){
|
||||
#rc-imageselect, .g-recaptcha {
|
||||
transform:scale(0.77);
|
||||
-webkit-transform:scale(0.77);
|
||||
transform-origin:0 0;
|
||||
-webkit-transform-origin:0 0;
|
||||
}
|
||||
}
|
||||
|
||||
.user.activate,
|
||||
.user.forgot.password,
|
||||
.user.reset.password,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue