1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 13:40:06 +00:00

design adjustments

removed repeated text, vertical buttons on desktop, wrong paddings on browser extension
This commit is contained in:
Maciej Zieniuk
2025-04-14 19:46:29 +01:00
parent 02eee5c384
commit deef2a159e
3 changed files with 3 additions and 5 deletions

View File

@@ -17,9 +17,8 @@
} @else {
<div class="box-content">
<div class="box-content-row" appBoxRow>
<p>{{ "confirmKeyConnectorDomain" | i18n }}.</p>
<p class="tw-mb-0">{{ "keyConnectorDomain" | i18n }}:</p>
<p class="tw-text-muted tw-mb-6">{{ keyConnectorUrl }}</p>
<p class="tw-mt-2 tw-mb-1">{{ "keyConnectorDomain" | i18n }}:</p>
<p class="tw-text-muted tw-mb-2">{{ keyConnectorUrl }}</p>
</div>
<div class="box-content-row">
<button

View File

@@ -5,7 +5,7 @@
<p class="tw-mb-0">{{ "keyConnectorDomain" | i18n }}:</p>
<p class="tw-text-muted tw-mb-6">{{ keyConnectorUrl }}</p>
<div class="buttons">
<div class="buttons tw-flex tw-flex-col tw-gap-2">
<button bitButton type="button" buttonType="primary" [bitAction]="confirm" [block]="true">
{{ "confirm" | i18n }}
</button>

View File

@@ -8,7 +8,6 @@
<span class="tw-sr-only">{{ "loading" | i18n }}</span>
</div>
} @else {
<p>{{ "confirmKeyConnectorDomain" | i18n }}.</p>
<p class="tw-mb-0">{{ "keyConnectorDomain" | i18n }}:</p>
<p class="tw-text-muted tw-mb-6">{{ keyConnectorUrl }}</p>