mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-08-06 15:10:13 +00:00
Refactor frontend styles toward Tailwind utilities and unified design system
This commit is contained in:
@@ -299,7 +299,7 @@ export default function VaultEditor(props: VaultEditorProps) {
|
||||
</DndContext>
|
||||
{props.draft.loginFido2Credentials.length > 0 && (
|
||||
<>
|
||||
<div className="section-head" style={{ marginTop: '18px' }}>
|
||||
<div className="section-head passkeys-section-head">
|
||||
<h4>{t('txt_passkeys')}</h4>
|
||||
</div>
|
||||
<div className="attachment-list">
|
||||
|
||||
Reference in New Issue
Block a user