mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-21 05:10:41 +00:00
Polish vault icons and mobile layout
This commit is contained in:
@@ -61,15 +61,15 @@
|
||||
|
||||
@media (max-width: 1180px) {
|
||||
.auth-page {
|
||||
@apply items-start p-3.5;
|
||||
@apply items-center p-3.5;
|
||||
}
|
||||
|
||||
.standalone-shell {
|
||||
@apply w-full max-w-[460px] gap-2.5 pt-3;
|
||||
@apply w-full max-w-[460px] gap-2.5;
|
||||
}
|
||||
|
||||
.standalone-brand-outside {
|
||||
@apply justify-start;
|
||||
@apply justify-center;
|
||||
}
|
||||
|
||||
.standalone-brand-logo {
|
||||
@@ -663,6 +663,49 @@
|
||||
}
|
||||
|
||||
@media (max-width: 640px) {
|
||||
.settings-module h3 {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.settings-module .field,
|
||||
.auth-card .field {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.settings-module .field > span,
|
||||
.auth-card .field > span {
|
||||
margin-top: 0;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.settings-module .field-grid,
|
||||
.auth-card .field-grid,
|
||||
.session-timeout-fields {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.settings-module .btn,
|
||||
.auth-card .btn:not(.full) {
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.dialog-mask.totp-scan-mask {
|
||||
display: block;
|
||||
padding: 0;
|
||||
background: #0f172a;
|
||||
backdrop-filter: none;
|
||||
-webkit-backdrop-filter: none;
|
||||
}
|
||||
|
||||
.dialog-card.totp-scan-dialog {
|
||||
width: 100vw;
|
||||
max-width: none;
|
||||
height: 100dvh;
|
||||
max-height: 100dvh;
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.backup-interval-row {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user