feat: restore database from backup and fix date formatting in restore script
This commit is contained in:
@@ -156,16 +156,15 @@ body {
|
||||
/* --- Layout Frame --- */
|
||||
.content-area {
|
||||
flex: 1;
|
||||
padding: 1.25rem 1.5rem;
|
||||
overflow: hidden;
|
||||
padding: 2rem;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.view-container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.75rem;
|
||||
gap: 1.5rem;
|
||||
}
|
||||
|
||||
.hidden { display: none !important; }
|
||||
|
||||
@@ -102,8 +102,7 @@
|
||||
/* Modal Readonly/Edit Mode Interaction */
|
||||
.grid-form.is-view-mode input,
|
||||
.grid-form.is-view-mode select,
|
||||
.grid-form.is-view-mode textarea,
|
||||
.grid-form.is-view-mode button {
|
||||
.grid-form.is-view-mode textarea {
|
||||
border: none !important;
|
||||
background-color: transparent !important;
|
||||
padding-left: 0 !important;
|
||||
@@ -153,19 +152,6 @@
|
||||
font-size: 0.8125rem;
|
||||
font-weight: 600;
|
||||
color: var(--text-muted);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
.badge-security {
|
||||
font-size: 10px;
|
||||
background-color: #fef2f2;
|
||||
color: #ef4444;
|
||||
padding: 1px 4px;
|
||||
border-radius: 3px;
|
||||
border: 1px solid #fee2e2;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.form-group input,
|
||||
|
||||
@@ -62,8 +62,7 @@
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
overflow: auto;
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
max-height: calc(100vh - 240px);
|
||||
}
|
||||
|
||||
table {
|
||||
|
||||
Reference in New Issue
Block a user