From de79d31e4a7c895b902075bfcf75bda2cffc3768 Mon Sep 17 00:00:00 2001 From: Leslie Xiong Date: Sat, 24 Jan 2026 16:36:19 -0500 Subject: [PATCH] fixed spacing to align with send pages --- .../app/vault-v3/vault-list.component.html | 171 +++++++++--------- 1 file changed, 87 insertions(+), 84 deletions(-) diff --git a/apps/desktop/src/vault/app/vault-v3/vault-list.component.html b/apps/desktop/src/vault/app/vault-v3/vault-list.component.html index e4183f6a2d4..43f11512181 100644 --- a/apps/desktop/src/vault/app/vault-v3/vault-list.component.html +++ b/apps/desktop/src/vault/app/vault-v3/vault-list.component.html @@ -1,93 +1,96 @@ -
- - - -
-
- -
- - - - - - {{ "name" | i18n }} - - @if (showOwner()) { +
+
+ + + +
+
+ +
+ + + + - {{ "owner" | i18n }} + {{ "name" | i18n }} - } - - {{ "options" | i18n }} - - - - - - @if (item.collection) { - - } - - @if ( - item.cipher && (!addAccessToggle() || (addAccessToggle() && addAccessStatus() !== 1)) - ) { - - } - - - + @if ( + item.cipher && (!addAccessToggle() || (addAccessToggle() && addAccessStatus() !== 1)) + ) { + + } + + + +