mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-24 06:20:14 +00:00
feat: enhance TOTP formatting and improve responsive styles for TOTP codes display
This commit is contained in:
@@ -681,6 +681,20 @@
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.totp-codes-list {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.totp-code-row {
|
||||
grid-template-columns: minmax(0, 1fr);
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.totp-code-main {
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.totp-qr {
|
||||
min-height: 180px;
|
||||
}
|
||||
@@ -892,6 +906,10 @@
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.totp-code-main strong {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.settings-module .field,
|
||||
.auth-card .field {
|
||||
margin-bottom: 8px;
|
||||
|
||||
Reference in New Issue
Block a user