mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +00:00
center hcaptcha in connector and fix formatting on desktop (#2911)
This commit is contained in:
@@ -68,8 +68,8 @@
|
||||
</div>
|
||||
<div class="box last" [hidden]="!showCaptcha()">
|
||||
<div class="box-content">
|
||||
<iframe id="hcaptcha_iframe" style="margin-top: 20px"></iframe>
|
||||
<div class="box-content-row">
|
||||
<iframe id="hcaptcha_iframe" height="80"></iframe>
|
||||
<button class="btn block" type="button" routerLink="/accessibility-cookie">
|
||||
<i class="bwi bwi-universal-access" aria-hidden="true"></i>
|
||||
{{ "loadAccessibilityCookie" | i18n }}
|
||||
|
||||
Reference in New Issue
Block a user