05/29 Update shared items displayed on Grantee items

This commit is contained in:
2026-05-29 13:29:59 -04:00
parent cd2992a193
commit 450b236e26
4 changed files with 245 additions and 14 deletions
+24
View File
@@ -343,6 +343,30 @@ ul {
border-color: #d1d5db;
}
/* Shared item — subtle left-border indicator */
.vault-item--shared {
border-left: 3px solid #6366f1;
}
.vault-item--shared:hover {
border-left-color: #4f46e5;
}
.shared-avatar {
background: #ede9fe;
color: #4f46e5;
font-size: 18px;
}
.item-shared-from {
font-size: 11px;
color: #6366f1;
font-weight: 500;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* Initials avatar */
.item-avatar {
width: 40px;