refactor: remove unused TOTP styling for cleaner code

This commit is contained in:
shuaiplus
2026-06-16 19:26:21 +08:00
parent 9e0908f43c
commit d5c2ab2b0f
-14
View File
@@ -681,20 +681,6 @@
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;
}