feat: hide grecaptcha badge in styles

This commit is contained in:
DIYgod 2025-11-14 21:22:09 +08:00
parent 94c3b91699
commit e4f5e173e9
No known key found for this signature in database
2 changed files with 8 additions and 0 deletions

View File

@ -63,3 +63,7 @@ button {
#react-scan-toolbar {
@apply no-drag-region max-lg:!hidden;
}
.grecaptcha-badge {
visibility: hidden !important;
}

View File

@ -31,3 +31,7 @@ button {
[data-theme="dark"] {
--bg-opacity: rgba(29, 29, 31, 0.72);
}
.grecaptcha-badge {
visibility: hidden !important;
}