mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 13:00:39 +00:00
feat(ciphers): add bulk restore and permanent delete functionality for ciphers
style: enhance list count display in VaultPage and styles fix(i18n): add translations for bulk restore and permanent delete messages
This commit is contained in:
@@ -733,6 +733,13 @@ input[type='file'].input::file-selector-button:hover {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.list-count {
|
||||
flex: 0 0 auto;
|
||||
color: var(--text-muted);
|
||||
font-size: 12px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.list-icon-btn {
|
||||
white-space: nowrap;
|
||||
}
|
||||
@@ -2195,6 +2202,12 @@ input[type='file'].input::file-selector-button:hover {
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.list-count {
|
||||
order: 10;
|
||||
width: 100%;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.list-head .search-input {
|
||||
height: 42px;
|
||||
border-radius: 14px;
|
||||
|
||||
Reference in New Issue
Block a user