mirror of
https://github.com/bitwarden/browser
synced 2026-02-24 16:43:27 +00:00
used correct 'tw' variants for 'px'
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div
|
||||
class="tw-flex tw-items-center tw-bg-bg-secondary tw-border-0 tw-border-t tw-border-solid tw-border-border-base tw-py-[20px] tw-pl-[24px] tw-pr-[12px]"
|
||||
class="tw-flex tw-items-center tw-bg-bg-secondary tw-border-0 tw-border-t tw-border-solid tw-border-border-base tw-py-5 tw-pl-6 tw-pr-3"
|
||||
>
|
||||
@if (!cipher.decryptionFailure) {
|
||||
<button
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
/>
|
||||
</app-header>
|
||||
</div>
|
||||
<div class="tw-mb-[16px]">
|
||||
<div class="tw-mb-4">
|
||||
<bit-search
|
||||
[ngModel]="searchText"
|
||||
(ngModelChange)="onSearchTextChanged($event)"
|
||||
|
||||
Reference in New Issue
Block a user